-
Notifications
You must be signed in to change notification settings - Fork 1.6k
enhancements #2025
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
enhancements #2025
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Though I'd consider adding information on APIs that use UriKind in the Remarks section. They are:
- The Uri(Sting,UriKind) constructor (there's only one)
- Uri.TryCreate(String,UriKind,Uri)
- Uri.IsWellFormedUriString(UriKind)
Like that @rpetrusha? I also need to check after build is done if the @ character on that xref link built successfully or if I need to encode as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good aside from the broken link caused by @
, @mairaw.
xml/System/UriKind.xml
Outdated
|
||
* <xref:System.Uri.%23ctor(System.String,System.UriKind)?displayProperty=nameWithType> | ||
* <xref:System.Uri.IsWellFormedUriString(System.String,System.UriKind)?displayProperty=nameWithType> | ||
* <xref:M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)?displayProperty=nameWithType> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link is broken, so I think that this needs to be encoded.
Fixes #1937 plus a few other enhancements