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
Since dotnet/runtime#46520 has been implemented, the JsonConverter now has the ReadAsPropertyName and WriteAsPropertyName methods, which could be used to allow using strongly-typed IDs as dictionary keys during the (de)serialization. Would be great to have this behavior out-of-the-box.