Add .NET 11 breaking change doc: obsolete ModelMetadataIdentity.ForProperty overload removed - #37425
Open
Youssef1313 with Copilot wants to merge 2 commits into
Open
Add .NET 11 breaking change doc: obsolete ModelMetadataIdentity.ForProperty overload removed#37425Youssef1313 with Copilot wants to merge 2 commits into
Youssef1313 with Copilot wants to merge 2 commits into
Conversation
3 tasks
… overload Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove obsolete ModelMetadataIdentity.ForProperty API
Add .NET 11 breaking change doc: obsolete ModelMetadataIdentity.ForProperty overload removed
Aug 5, 2026
Youssef1313
marked this pull request as ready for review
August 5, 2026 14:23
4 tasks
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.
ModelMetadataIdentity.ForProperty(Type modelType, string name, Type containerType), obsolete since ASP.NET Core 3.1 (dotnet/aspnetcore#15134), was removed in dotnet/aspnetcore#67077 for .NET 11 Preview 7. This adds the corresponding breaking change article.Changes
aspnetcore/breaking-changes/11/modelmetadataidentity-forproperty-removed.md, following the standard breaking-change structure (version introduced, previous/new behavior, type of change, reason, recommended action, affected APIs). Classified as binary/source incompatible.aspnetcore/toc.yml— TOC entry under ASP.NET Core 11 breaking changes, in alphabetical position.aspnetcore/breaking-changes/11/overview.md— index table row.Recommended migration documented in the article: