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
For all cases where we allow single-case unions as map keys, we should also allow them as dictionary keys.
Dictionaries are handled directly by System.Text.Json, but since .NET 6 we can customize its handling of keys using JsonConverter.Write/ReadAsPropertyName.
The text was updated successfully, but these errors were encountered:
For all cases where we allow single-case unions as map keys, we should also allow them as dictionary keys.
Dictionaries are handled directly by System.Text.Json, but since .NET 6 we can customize its handling of keys using
JsonConverter.Write/ReadAsPropertyName
.The text was updated successfully, but these errors were encountered: