Skip to content

refactor: replace calls to Uri.EscapeDataString() with Uri.EscapeUriString()#11

Merged
clFaster merged 1 commit intomainfrom
deepsource-autofix-ff0d82c0
Dec 16, 2025
Merged

refactor: replace calls to Uri.EscapeDataString() with Uri.EscapeUriString()#11
clFaster merged 1 commit intomainfrom
deepsource-autofix-ff0d82c0

Conversation

@deepsource-autofix
Copy link
Contributor

The Uri.EscapeUriString() method converts a URI string into its escaped representation. However, this API is obsolete as it can corrupt URIs in some cases. The safer alternative is Uri.EscapeDataString().

…riString()`

The `Uri.EscapeUriString()` method converts a URI string into its escaped representation. However, this API is obsolete as it can corrupt URIs in some cases. The safer alternative is `Uri.EscapeDataString()`.
@clFaster clFaster merged commit ada4c46 into main Dec 16, 2025
2 of 3 checks passed
@clFaster clFaster deleted the deepsource-autofix-ff0d82c0 branch December 16, 2025 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant