Skip to content

Fix Enum.Parse's parse failure exception to include value in error message - #57945

Merged
stephentoub merged 1 commit into
dotnet:mainfrom
stephentoub:fixenumparsemessage
Aug 23, 2021
Merged

Fix Enum.Parse's parse failure exception to include value in error message#57945
stephentoub merged 1 commit into
dotnet:mainfrom
stephentoub:fixenumparsemessage

Conversation

@stephentoub

Copy link
Copy Markdown
Member

Fixes#57939

@ghost

Copy link
Copy Markdown

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost

Copy link
Copy Markdown

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

Issue Details

Fixes #57939

Author:stephentoub
Assignees:-
Labels:

area-System.Runtime

Milestone:6.0.0

@stephentoub
stephentoub merged commit 3863140 into dotnet:mainAug 23, 2021
@stephentoub
stephentoub deleted the fixenumparsemessage branch August 23, 2021 21:46
@stephentoub

Copy link
Copy Markdown
MemberAuthor

/backport to release/6.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1160351983

@ghostghost locked as resolved and limited conversation to collaborators Sep 22, 2021
Sign up for freeto 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.

[Regression][NET 6] Enum.Parse does not include attempted string in Exception message

2 participants

@stephentoub@GrabYourPitchforks