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
But despite I have upgraded Entity Framework Core to 7.0.0 and using the latest publicly released EFDesigner version 4.2.1 I still get this error message when creating such a relationship:
"many-to-many unidirectional associations are not yet supported in Entity Framework Core."
Is that still true?
The text was updated successfully, but these errors were encountered:
msawczyn
added
released
Issue is resolved in a current release
and removed
pending release
Issue is resolved in the current codebase, will be published with the next release
labels
Mar 30, 2023
Looks like Entity Framework Core finally supports unidirectional many-to-many relationships:
dotnet/efcore#3864
But despite I have upgraded Entity Framework Core to 7.0.0 and using the latest publicly released EFDesigner version 4.2.1 I still get this error message when creating such a relationship:
"many-to-many unidirectional associations are not yet supported in Entity Framework Core."
Is that still true?
The text was updated successfully, but these errors were encountered: