Same entity with multiple navigation properties on same different entity creates invalid classes
SimonNeP opened this issue · 4 comments
Hello,
after upgrading to dotnet 6 and the current version of the EF Modeler, there seem to be some issues regarding constructor generation. I have created the following model:
This did work before updating to Dotnet 6 and the current version. It generated one constructor with al requiered entity and a static "Create" constructor. But now it generates multiple constructors:
This leads to errors, because different constructors with same signature are created. I did not find any settings to disable this or clues in the documentary
Versions
EF Visual Editor: 4.2.1.3
Visual Studio 2022: 17.3.6
Dotnet 6
Just wanted to ask if there is any progress for this bug.
Also wanted to add that I've been using this tool for roughly two years now and it's great. I have no knowledge of programming tools like this, but if there's sommething I can help with just say so.