Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mismatched paramrefs (System.Xml/Xaml/Windows) #11157

Merged
merged 3 commits into from
Apr 1, 2025

Conversation

gewarren
Copy link
Contributor

Fixes #10183.

(Hide whitespace changes.)

@gewarren gewarren requested review from a team as code owners March 31, 2025 23:24
@github-actions github-actions bot added the area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. label Mar 31, 2025
Copy link

Learn Build status updates of commit 7853662:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Windows/DataObject.xml ✅Succeeded View
xml/System.Windows/DependencyObjectType.xml ✅Succeeded View
xml/System.Windows/FrameworkElement.xml ✅Succeeded View
xml/System.Windows/GridLength.xml ✅Succeeded View
xml/System.Windows/NameScope.xml ✅Succeeded View
xml/System.Windows/Point.xml ✅Succeeded View
xml/System.Windows/SizeConverter.xml ✅Succeeded View
xml/System.Windows/StrokeCollectionConverter.xml ✅Succeeded View
xml/System.Windows/UIElement.xml ✅Succeeded View
xml/System.Xaml.Schema/XamlTypeInvoker.xml ✅Succeeded View
xml/System.Xaml/AttachableMemberIdentifier.xml ✅Succeeded View
xml/System.Xaml/XamlNodeQueue.xml ✅Succeeded View
xml/System.Xaml/XamlObjectWriter.xml ✅Succeeded View
xml/System.Xaml/XamlServices.xml ✅Succeeded View
xml/System.Xaml/XamlXmlReader.xml ✅Succeeded View
xml/System.Xml.Linq/XAttribute.xml ✅Succeeded View
xml/System.Xml.Linq/XProcessingInstruction.xml ✅Succeeded View
xml/System.Xml.Resolvers/XmlPreloadedResolver.xml ✅Succeeded View
xml/System.Xml.Schema/XmlSchemaObjectCollection.xml ✅Succeeded View
xml/System.Xml.Serialization/XmlAttributeEventArgs.xml ✅Succeeded View
xml/System.Xml.Serialization/XmlSerializationReader+CollectionFixup.xml ✅Succeeded View
xml/System.Xml.Xsl/XslCompiledTransform.xml ✅Succeeded View
xml/System.Xml/UniqueId.xml ✅Succeeded View
xml/System.Xml/XmlConvert.xml ✅Succeeded View
xml/System.Xml/XmlDictionaryReader.xml ✅Succeeded View

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

For any questions, please:

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM @gewarren

Let's :shipit:

@gewarren gewarren merged commit d09e3ec into dotnet:main Apr 1, 2025
5 checks passed
@gewarren gewarren deleted the paramrefs-system.x branch April 1, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix up mismatched paramrefs
2 participants