runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Honor naming policy for string enum deserialization

Open layomia opened this issue 2 years ago • 1 comments

Fixes https://github.com/dotnet/runtime/issues/31619.

layomia avatar Aug 04 '22 00:08 layomia

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:

area-System.Text.Json

Milestone: 7.0.0

msftbot[bot] avatar Aug 04 '22 00:08 msftbot[bot]

@krwq I'll get this fix in & address test feedback in a follow up.

layomia avatar Aug 11 '22 16:08 layomia

@layomia Thank you for your hard work on this!

AlgorithmsAreCool avatar Aug 11 '22 18:08 AlgorithmsAreCool