runtime
runtime copied to clipboard
Honor naming policy for string enum deserialization
Fixes https://github.com/dotnet/runtime/issues/31619.
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis See info in area-owners.md if you want to be subscribed.
Issue Details
Fixes https://github.com/dotnet/runtime/issues/31619. Only the first 64 values of a given enum are supported. Flags are not supported.
Author: | layomia |
---|---|
Assignees: | layomia |
Labels: |
|
Milestone: | 7.0.0 |
@krwq I'll get this fix in & address test feedback in a follow up.
@layomia Thank you for your hard work on this!