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
Confirm you've already contributed to this project or that you sponsor it
I confirm I'm a sponsor or a contributor
Describe the solution you'd like
EF Core 8.0 brings interesting improvements to the JSON support feature introduced in 7.0, but it is still too limited to be usable with OpenIddict. Most notably, while primitive collections are now supported, dictionaries are not. Yet, dictionaries are used in some entities, like the application entity for DisplayNames.
Confirm you've already contributed to this project or that you sponsor it
Describe the solution you'd like
EF Core 8.0 brings interesting improvements to the JSON support feature introduced in 7.0, but it is still too limited to be usable with OpenIddict. Most notably, while primitive collections are now supported, dictionaries are not. Yet, dictionaries are used in some entities, like the application entity for
DisplayNames
.External ticket: dotnet/efcore#26903.
Additional context
No response
The text was updated successfully, but these errors were encountered: