-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Document scaffolding of many-to-many as a breaking change #3508
Conversation
entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md
Outdated
Show resolved
Hide resolved
entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md
Outdated
Show resolved
Hide resolved
@@ -17,6 +17,7 @@ The following API and behavior changes have the potential to break existing appl | |||
| [Nested optional dependents sharing a table and with no required properties cannot be saved](#nested-optionals) | High | | |||
| [Changing the owner of an owned entity now throws an exception](#owned-reparenting) | Medium | | |||
| [Cosmos: Related entity types are discovered as owned](#cosmos-owned) | Medium | | |||
| [Many-to-many relationships without mapped join entities are now scaffolded](#many-to-many) | Medium | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that this is scaffolding-only, are we sure it warrants being a medium-grade change>?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say yes, if you already have a scaffolded model with a simple many-to-many table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your application won't compile and may need significant updates to make it compile. In my mind, it's more of a question between medium and high. But we'll see when the GA feedback starts to come in.
entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Shay Rojansky <roji@roji.org>
ff4d966
to
7951e75
Compare
Fixes #3411