Skip to content
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

Overall tracking issue for breaking changes in 3.0 #15407

Closed
ajcvickers opened this issue Apr 18, 2019 · 2 comments
Closed

Overall tracking issue for breaking changes in 3.0 #15407

ajcvickers opened this issue Apr 18, 2019 · 2 comments
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported type-enhancement
Milestone

Comments

@ajcvickers
Copy link
Contributor

The first place to look for information on breaking changes is in the breaking changes page maintained in the documentation.

At the issue level, breaking changes are tracked using the breaking-change label.

Breaking change issues break down for 3.0:

@popcatalin81
Copy link

popcatalin81 commented May 17, 2019

Please consider fixing #7089 as part of breaking changes. This was one of the most controversial features of EF core needs revisiting. Needing to have a nullable boolean (tristate), where only two values are needed at the application level is not ideal.

@ajcvickers
Copy link
Contributor Author

@popcatalin81 We plan to support the pattern shown in #15182. This allows two values to be used at the application level, while still allowing the store-generated value to be used when no value was explicitly set. I believe all other cases are covered by appropriate configuration. (That is, either not configuring a store-generated value, or configuring it only for migrations and not using at update time, possibly coupled with moving the default to the client code.)

@ajcvickers ajcvickers modified the milestones: 3.0.0, Epics Jun 28, 2019
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Aug 20, 2019
@AndriySvyryd AndriySvyryd modified the milestones: Epics, 3.0.0 Aug 21, 2019
@ajcvickers ajcvickers modified the milestones: 3.0.0, 3.0.0-preview9 Aug 21, 2019
@ajcvickers ajcvickers modified the milestones: 3.0.0-preview9, 3.0.0 Nov 11, 2019
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported type-enhancement
Projects
None yet
Development

No branches or pull requests

3 participants