msawczyn/EFDesigner2022

Support for Unidirectional Many-to-Many Relationships

ab-tools opened this issue · 0 comments

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?