Remove long-obsolete MVC APIs targeted for removal - #67077
Merged
Conversation
Copilot
AI
changed the title
[WIP] Revise obsolete APIs intended for removal in .NET 11
Remove long-obsolete MVC APIs targeted for removal
Jun 8, 2026
This was referenced Jun 8, 2026
Open
Youssef1313
force-pushed
the
copilot/revise-obsolete-apis
branch
from
June 17, 2026 11:33
8b9b2f7 to
befc9f1
Compare
Youssef1313
reviewed
Jun 17, 2026
Youssef1313
reviewed
Jun 17, 2026
Youssef1313
reviewed
Jun 17, 2026
Youssef1313
reviewed
Jun 17, 2026
Youssef1313
reviewed
Jun 17, 2026
Member
|
@copilot Revert all changes to |
Contributor
Author
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Youssef1313
force-pushed
the
copilot/revise-obsolete-apis
branch
from
June 24, 2026 06:17
999d618 to
5708eba
Compare
rokonec
approved these changes
Jun 24, 2026
This was referenced Aug 5, 2026
3 tasks
Contributor
|
Thanks for identifying a breaking change. @Youssef1313, @copilot, after you commit this PR please take the following actions, as part of the breaking changes announcement process:
|
Member
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.
Remove long-obsolete MVC APIs targeted for removal
Remove obsolete MVC APIs and track removals in unshipped baselines
Description
This removes APIs that have been obsolete for multiple releases and were intended to be deleted.
The change trims the MVC surface area by removing dead compatibility APIs and obsolete overloads/members.
MVC TagHelpers API cleanup
ImageTagHelperconstructor takingIWebHostEnvironmentandTagHelperMemoryCacheProvider.ImageTagHelper.HostingEnvironmentandImageTagHelper.Cachemembers.MVC compatibility API removal
CompatibilityVersion.SetCompatibilityVersion(...)extension methods from MVC builder/core builder extensions.MvcCompatibilityOptionsConfigureCompatibilityOptions<TOptions>Model metadata API cleanup
ModelMetadataIdentity.ForProperty(Type, string, Type)overload.PropertyInfo-based overload.Public API baselines
PublicAPI.Shipped.txtchanges made by this PR.PublicAPI.Unshipped.txtwith*REMOVED*entries for:Mvc.TagHelpersMvc.CoreMvc.Abstractions