-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Regenerate reference assembly for System.Runtime.Serialization.Xml #118311
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR regenerates the reference assembly for System.Runtime.Serialization.Xml to address issue #80236. The changes appear to be an automated regeneration that reorganizes and updates the API surface definitions.
Key changes include:
- Reorganization of namespace declarations and type definitions
- Addition of missing exception constructors for InvalidDataContractException
- Updates to method signatures and property declarations to match current implementation
- Consolidation of DataContracts namespace types into a single location
src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.cs
Show resolved
Hide resolved
src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.cs
Show resolved
Hide resolved
src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
See instructions at https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/updating-ref-source.md
Fixes #80236