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

Clarify XML comments for Utf8Parser.TryParse to reflect case insensitivity #103861

Merged
merged 9 commits into from
Sep 11, 2024

Conversation

joegoldman2
Copy link
Contributor

Fixes #100659.

I will also update the doc in https://github.com/dotnet/dotnet-api-docs if this PR is accepted.

@jeffhandley
Copy link
Member

Thank you, @joegoldman2. I'd like @tannergooding or @GrabYourPitchforks to review particularly your question that you left about whether the check should be removed. It might be another week or two though.

@tannergooding tannergooding merged commit a3365e4 into dotnet:main Sep 11, 2024
148 checks passed
@joegoldman2 joegoldman2 deleted the utf8parser-tryparse-doc branch September 11, 2024 17:38
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
…ivity (dotnet#103861)

* Clarify XML comments for Utf8Parser.TryParse to reflect case insensitivity

* Clarify doc

* Update doc

* Update src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Boolean.cs

Co-authored-by: Tanner Gooding <[email protected]>

* Update src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Boolean.cs

---------

Co-authored-by: joegoldman2 <[email protected]>
Co-authored-by: Tanner Gooding <[email protected]>
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
…ivity (dotnet#103861)

* Clarify XML comments for Utf8Parser.TryParse to reflect case insensitivity

* Clarify doc

* Update doc

* Update src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Boolean.cs

Co-authored-by: Tanner Gooding <[email protected]>

* Update src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Boolean.cs

---------

Co-authored-by: joegoldman2 <[email protected]>
Co-authored-by: Tanner Gooding <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Memory community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Utf8Parser.TryParse ignores the provided format for bool
3 participants