You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StringEnumDdbConverter has no direct JSON read implementation. One of the reasons is that there is currently no Enum.Parse method accepting Span<char> as input.
StringEnumDdbConverterhas no direct JSON read implementation. One of the reasons is that there is currently noEnum.Parsemethod acceptingSpan<char>as input.dotnet PR: dotnet/runtime#43255