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
In #1100 we added support for JsonDocument literal generation. Unfortunately, for JsonElement we need to call the non-static JsonDocument.RootElement property, which isn't yet supported by EF Core (dotnet/efcore#18655).
The text was updated successfully, but these errors were encountered:
In #1100 we added support for JsonDocument literal generation. Unfortunately, for JsonElement we need to call the non-static JsonDocument.RootElement property, which isn't yet supported by EF Core (dotnet/efcore#18655).
The text was updated successfully, but these errors were encountered: