Skip to content

Fix FormatException error message when parsing invalid UTF8 inputs - #95133

Merged
stephentoub merged 3 commits into
dotnet:mainfrom
stephentoub:fixmessage
Dec 11, 2023
Merged

Fix FormatException error message when parsing invalid UTF8 inputs#95133
stephentoub merged 3 commits into
dotnet:mainfrom
stephentoub:fixmessage

Conversation

@stephentoub

Copy link
Copy Markdown
Member

Fixes #95044

@ghost ghost added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 22, 2023
@ghost ghost assigned stephentoub Nov 22, 2023
Comment thread src/libraries/System.Private.CoreLib/src/System/Number.Parsing.cs
@adamsitnik adamsitnik added area-System.Numerics and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Dec 11, 2023
@ghost

ghost commented Dec 11, 2023

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #95044

Author: stephentoub
Assignees: stephentoub
Labels:

area-System.Numerics, needs-area-label

Milestone: -

@adamsitnik adamsitnik left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test failures seem to be related, please fix them.

@ghost ghost added the needs-author-action An issue or pull request that requires more info or actions from the author. label Dec 11, 2023
@ghost ghost removed the needs-author-action An issue or pull request that requires more info or actions from the author. label Dec 11, 2023
@stephentoub
stephentoub merged commit 5201ec3 into dotnet:main Dec 11, 2023
@stephentoub
stephentoub deleted the fixmessage branch December 11, 2023 19:54
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The input string 'System.ReadOnlySpan<Byte>[2]' was not in a correct format.

3 participants