-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Resolve missing triple-slash in Microsoft.Extensions.Primitives #76098
Conversation
Tagging subscribers to this area: @dotnet/area-extensions-primitives Issue DetailsResolves much of the missing triple-slash as documented in #43920. Namespace description still is a TODO, and a separate PR will be opened in the api docs repo for it. To my knowledge, the following are obsolete:
|
src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs
Outdated
Show resolved
Hide resolved
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.
Some minor suggestions. Otherwise, LGTM.
cc @gewarren if you'd like to provide the language review now, before porting.
Co-authored-by: Carlos Sanchez <[email protected]>
src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs
Show resolved
Hide resolved
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.
Added one comment. LGTM otherwise.
src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs
Outdated
Show resolved
Hide resolved
Re-requesting after changes to |
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. Thanks @Nick-Stanton
Resolves much of the missing triple-slash as documented in #43920. Namespace description still is a TODO, and a separate PR will be opened in the api docs repo for it.
To my knowledge, the following are obsolete: