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
@Atulin This isn't supported for 5.0. I've updated #3864 to indicate that this is the issue tracking unidirectional many-to-many relationships. Please vote for that issue.
Right now, it seems that the necessary code to create many-to-many is
but what about optional navigation properties, when I want only
Post
to have a list ofTag
s, but not necessarily theTag
to have a list ofPost
s?That would also be in line with other relationships, where
is perfectly valid and doesn't require a
Category
to contain a collection ofPost
s.The text was updated successfully, but these errors were encountered: