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
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: