-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Improve EF Core breaking change coverage #34812
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
Improve EF Core breaking change coverage #34812
Conversation
@Rick-Anderson @tdykstra @wadepickett ... This is going to apply to any tutorial that's using EF Core tooling. Here's the way that I'm covering it in the Blazor movie dB tutorial. Hopefully, it will be a quick-ish 🏃♂️ cut-'n-paste for other tutorials/articles. I asked if they would reconsider backporting the fix to 9.0 to avoid this article pain, but I have a bad feeling that we'll be stuck with the coverage forever. Cross-ref: dotnet/efcore#35265 (comment)
|
@guardrex, thanks! |
Fixes #34775
Thanks @kemundos! 🚀 ... The updates here will now address the EF Core tools breaking change better and will solve this for everyone going forward for the .NET 9 version of the tutorial. I've versioned it to drop out at .NET 10 or later, when they'll have it fixed in the tooling.
Internal previews