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
protectedoverridevoidOnModelCreating(ModelBuildermodelBuilder){foreach(var entityType in modelBuilder.Entities()){
entityType.HasKey("Id");}foreach(var ownedEntityType in modelBuilder.OwnedEntities()){
ownedEntityType.HasForeignKey("Id");}}
Related to #6787 and #15258
The text was updated successfully, but these errors were encountered: