-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignoring of configured m:m foreign key column names #91
Comments
Using v4.2.5.1 it changes them to .UsingEntity<Dictionary<string, object>>(right => right.HasOne<global::global::XYZ.Entity>().WithMany().HasForeignKey("Opportunity_Id").OnDelete(DeleteBehavior.Cascade),left => left.HasOne<global::XYZ.User>().WithMany().HasForeignKey("User_Id").OnDelete(DeleteBehavior.Cascade),join => join.ToTable("Entity_EntityLeaders_x_User_LeadingEntities")); I looked it up and it seems it was a bugfix for this version. But it's still ignoring the provided FK names. |
Manually changing it back works and that's what I'll do for no, so no need for the version. Updatíng the title because the false column names or ignoring of the configured ones seems to be the issue. |
As a reference, all prior releases are available on the releases page here at GitHub. |
Hello @msawczyn,
is it possible to upload the version 4.2.3.5? As mentioned in this issue I have some problems upgrading the tool and as a workaround would like to use the last version without any problems.
I try to replicate and list them when I have time to do so, but currently these issues arrived after trying to upgrade to a higher version:
I try my best to give more detailed descriptions when replicating, but having the old version would be perfect and for teh time being a short fix.
Thank you btw for this great tool!
The text was updated successfully, but these errors were encountered: