Document more EF11 provider-facing changes#5388
Merged
Merged
Conversation
Copilot created this pull request from a session on behalf of
AndriySvyryd
June 22, 2026 22:05
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Documents EF Core PR #38440 as a provider-facing breaking change for EF Core 11, so database provider maintainers can proactively update type mapping implementations for NativeAOT-related generics changes.
Changes:
- Updated page metadata date to reflect the new guidance.
- Added a provider-facing change entry describing the new generic type mapping base types and the
Clone(...)signature change (removal of theclrTypeargument).
Copilot
AI
changed the title
Document EFCore PR #38440 as an EF11 provider-facing breaking change
Document EFCore PRs #38440 and #38277 as EF11 provider-facing changes
Jun 23, 2026
Copilot
AI
changed the title
Document EFCore PRs #38440 and #38277 as EF11 provider-facing changes
Document EFCore PRs #38440, #38277, and #38192 as EF11 provider-facing changes
Jun 23, 2026
AndriySvyryd
marked this pull request as ready for review
June 23, 2026 21:04
cincuranet
approved these changes
Jun 24, 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.
This update adds entries to
ef-core-11.0/provider-facing-changes.mdso provider authors see breaking changes early and can adapt their implementations without hunting through upstream API diffs.Provider-facing breaking change coverage
Required actions for provider maintainers (now documented inline)
CoreTypeMapping<T>,RelationalTypeMapping<T>).CoreTypeMapping.Clone(...)/RelationalTypeMapping.Clone(...)usages and overrides for the removedclrTypeparameter.FindIndex/AddIndexsignatures, newModelValidatorchecks,ICSharpHelperadditions).Test changes coverage
xunit.v3packages,Microsoft.DotNet.XUnitV3Extensions,Microsoft.Testing.Platformrunner,Microsoft.NET.Test.Sdk;[Collection]/ITestOutputHelperAPI differences;[ConditionalFact]→[Fact]and[ConditionalTheory]→[Theory]renames; anddotnet execfilter flags (--filter-not-trait category=failing --ignore-exit-code 8).Doc metadata refresh