Posts by Felipe Thomé • 1 point
1 post
-
0
votes1
answer237
viewsA: Problem in Saving Many to Many Relationship with Core Entity Framework
Based on the error above, I believe you could put in modelBuilder: modelBuilder.Property(x => x.userId).ValueGeneratedOnAdd();