[release-notes] EF Core in .NET 11 Preview 5#10428
Merged
AndriySvyryd merged 4 commits intoJun 1, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the EF Core release notes markdown for .NET 11 Preview 5, covering new features, breaking changes, bug fixes, and community contributors. This component PR feeds into the umbrella .NET 11 Preview 5 release notes (#10421).
Changes:
- New
efcore.mddocument underrelease-notes/11.0/preview/preview5/ - Documents EF Core features: file-based app support, EF1004 analyzer, SQL Server 2022 default compat, generated code formatting, and SQL translation improvements
- Lists breaking changes, bug fixes, and contributor attributions
AndriySvyryd
reviewed
Jun 1, 2026
AndriySvyryd
reviewed
Jun 1, 2026
| [dotnet/efcore #38222](https://github.com/dotnet/efcore/pull/38222)). | ||
| - [@TomasMoralesBarr](https://github.com/dotnet/efcore/pulls?q=is%3Apr+is%3Amerged+author%3ATomasMoralesBarr): | ||
| Excluded `__EFMigrationsLock` from SQLite scaffolding | ||
| ([dotnet/efcore #38169](https://github.com/dotnet/efcore/pull/38169)). |
Member
There was a problem hiding this comment.
Contributor
There was a problem hiding this comment.
Addressed in commit 5e907ef: updated both markdown-link-check and super-linter workflows to use the PR base branch (github.base_ref) instead of hardcoded main, which fixes the stacked-PR failures in those runs.
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
AndriySvyryd
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EF Core release notes for .NET 11 Preview 5.
This component PR targets the base milestone branch
release-notes/11.0-preview5(umbrella PR: #10421). Review and edit the markdown here in isolation — when this PR merges into the base branch, the changes roll up into the umbrella PR.Draft generated with the
release-notesskill in this repo. Verify feature selection, code samples, API names, and contributor attributions before marking ready for review.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com