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
Problem is that without the call to Property(), EF recognizes JSON fields as navigation properties instead of plain properties and tries to look for a primary key.
System.InvalidOperationException: The entity type 'Address' requires a primary key to be defined.
For now, I cannot find a way to remove the navigation property from the entity type.
Problem is that without the call to Property(), EF recognizes JSON fields as navigation properties instead of plain properties and tries to look for a primary key.
For now, I cannot find a way to remove the navigation property from the entity type.
Related to dotnet/efcore#11199
The text was updated successfully, but these errors were encountered: