Skip to content

Commit

Permalink
fixed "src/Http/Http.Extensions/src/UriHelper.cs(205,52): error CS0117"
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomorgado committed Nov 15, 2024
1 parent 65b6834 commit 67f8239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Http.Extensions/src/UriHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public static string Encode(Uri uri)
}
else
{
return uri.GetComponents(UriComponents.SerializationInfoString, UriFormat.UriEscaped);
return uri.GetComponents(System.UriComponents.SerializationInfoString, UriFormat.UriEscaped);
}
}

Expand Down

0 comments on commit 67f8239

Please sign in to comment.