-
Notifications
You must be signed in to change notification settings - Fork 960
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using Uri.TryCreate causes regression with namespace uri that use mix…
…ed lower/uppercase letters in the <hostname> of the Uri.(#2837) Uri.TryCreate lower cases the hostnames. Switch always back to the legacy implementation which maintains the casing.
- Loading branch information
Showing
1 changed file
with
27 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters