openiddict-core icon indicating copy to clipboard operation
openiddict-core copied to clipboard

Track future improvements to JSON support in Entity Framework Core

Open kevinchalet opened this issue 9 months ago • 0 comments

Confirm you've already contributed to this project or that you sponsor it

  • [X] 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.

External ticket: https://github.com/dotnet/efcore/issues/26903.

Additional context

No response

kevinchalet avatar Nov 21 '23 15:11 kevinchalet