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

Throw when attempting to convert an invalid enum value from the database #24527

Merged
merged 1 commit into from
Mar 27, 2021

Conversation

ajcvickers
Copy link
Member

Fixes #24084

@ajcvickers ajcvickers requested a review from a team March 26, 2021 22:28
@ajcvickers ajcvickers merged commit c48b026 into main Mar 27, 2021
@ajcvickers ajcvickers deleted the ThrowItAway0326 branch March 27, 2021 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown database enum values are read as the default enum value when using .HasConversion<string>
2 participants