msawczyn / EFDesigner2022

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
MIT License
119 stars 21 forks source link

Support for Unidirectional Many-to-Many Relationships #54

Closed ab-tools closed 1 year ago

ab-tools commented 1 year ago

Looks like Entity Framework Core finally supports unidirectional many-to-many relationships: https://github.com/dotnet/efcore/issues/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?