CI Update - Remove deprecated localization validation package - #12991
Merged
Conversation
Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=622585&view=results source_repo.branch:master source_repo.url:https://apidrop.visualstudio.com/_git/binaries
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET API reference doc set to remove the deprecated Microsoft.Extensions.Validation.Localization surface area from the net-11.0-pp framework index, while refreshing several generated documentation/metadata files (ECMA XML + SourceLink + package inventory) to align with updated inputs.
Changes:
- Removes
Microsoft.Extensions.Validation.LocalizationAPI documentation files and drops the assembly/namespace entries fromxml/FrameworksIndex/net-11.0-pp.xml. - Updates various generated API XML files (parameter metadata ordering, altmember ordering, and some doc content edits).
- Refreshes SourceLinkInformation JSON and
xml/PackageInformation/net-11.0-pp.jsonto new GUIDs/commit SHAs and package lists.
Reviewed changes
Copilot reviewed 31 out of 45 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| xml/System/ObsoleteAttribute.xml | Removes a stray leading line artifact. |
| xml/System/MemoryExtensions.xml | Adjusts generated parameter attribute ordering for net-11.0 alternates. |
| xml/System.Text.RegularExpressions/Regex.xml | Updates doc content/formatting and changes a code include reference (currently broken). |
| xml/System.Reflection.Context/CustomReflectionContext.xml | Reformats docs and replaces example snippet wiring (currently broken). |
| xml/System.IO.Compression/ZipFileExtensions.xml | Adjusts generated parameter attribute ordering for net-11.0 alternates. |
| xml/System.Formats.Asn1/ValueAsnReader.xml | Updates altmember references/order for character-string related APIs. |
| xml/System.Formats.Asn1/AsnReader.xml | Updates altmember references/order for character-string related APIs. |
| xml/System.Formats.Asn1/AsnDecoder.xml | Updates altmember references/order for character-string related APIs. |
| xml/SourceLinkInformation/windowsdesktop-11.0/System.Windows.Extensions.json | Refreshes SourceLink GUID and source commit links. |
| xml/SourceLinkInformation/windowsdesktop-11.0/System.Security.Cryptography.ProtectedData.json | Refreshes SourceLink GUID and source commit links. |
| xml/SourceLinkInformation/windowsdesktop-11.0/System.Resources.Extensions.json | Refreshes SourceLink GUID and source commit links. |
| xml/SourceLinkInformation/windowsdesktop-11.0/System.Private.Windows.GdiPlus.json | Refreshes SourceLink GUID and source commit links. |
| xml/SourceLinkInformation/windowsdesktop-11.0/System.Formats.Nrbf.json | Refreshes SourceLink GUID and source commit links. |
| xml/SourceLinkInformation/windowsdesktop-11.0/Microsoft.Win32.Registry.AccessControl.json | Refreshes SourceLink GUID and source commit links. |
| xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.ServiceDiscovery.Dns.json | Refreshes SourceLink GUID and source commit links. |
| xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes.json | Refreshes SourceLink GUID and source commit links. |
| xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.AI.OpenAI.json | Refreshes SourceLink GUID and source commit links. |
| xml/PackageInformation/net-11.0-pp.json | Updates package inventory for net-11.0-pp (including removal of Validation.Localization). |
| xml/Microsoft.Extensions.VectorData/VectorStore.xml | Reorders altmember entries. |
| xml/Microsoft.Extensions.Validation.Localization/ValidationLocalizationOptions.xml | Removes API doc for deprecated package. |
| xml/Microsoft.Extensions.Validation.Localization/ValidationAttributeFormatterRegistry.xml | Removes API doc for deprecated package. |
| xml/Microsoft.Extensions.Validation.Localization/IValidationAttributeFormatter.xml | Removes API doc for deprecated package. |
| xml/Microsoft.Extensions.DependencyInjection/ValidationLocalizationServiceCollectionExtensions.xml | Removes API doc for deprecated extension type. |
| xml/Microsoft.Extensions.DependencyInjection/FromKeyedServicesAttribute.xml | Reorders altmember entries. |
| xml/FrameworksIndex/net-11.0-pp.xml | Removes the deprecated assembly and related types/namespace entries. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Build.Reason:Manual by Genevieve Warren
Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=622585&view=results
source_repo.branch:master
source_repo.url:https://apidrop.visualstudio.com/_git/binaries
Summary
Describe your changes here.
Fixes #Issue_Number (if available)
Internal previews