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
When using many-to-many with generated join entity, the exception we throw is not great, e.g.:
The seed entity for entity type 'Tag' cannot be added because it has the navigation 'Posts' set. To seed relationships, add the entity seed to
'PostTag (Dictionary<string, object>)' and specify the foreign key values {'TagsTagId'}.
all these are generated by EF so it might be nice to show people how to do this (or maybe throw better exception for m2m with generated join entity?)