Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: UriBuilder behaves differently on .NET Framework and .NET Core #15

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

deleteLater
Copy link
Contributor

@deleteLater deleteLater commented Jan 11, 2024

In .NET Framework, the UriBuilder.Query property always prepend a ? character. Starting in .NET Core 1.0, this property no longer prepend ? characters to the stored value if one is already present at the beginning of the string.

Reference

@deleteLater deleteLater self-assigned this Jan 11, 2024
@deleteLater deleteLater added the bug Something isn't working label Jan 11, 2024
@cosmic-flood cosmic-flood merged commit 1845c69 into main Jan 11, 2024
1 check passed
@deleteLater deleteLater deleted the fix/uri-builder-capability-issue branch January 11, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants