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

chore: Update YamlDotNet version to 16.3.0 #10541

Merged
merged 8 commits into from
Feb 20, 2025

Conversation

filzrev
Copy link
Contributor

@filzrev filzrev commented Feb 14, 2025

This PR update YamlDotNet version from 15.3.0 to 16.3.0.

YamlDotNet 16.x introduce several breaking changes.
So it need to adjust API interfaces.
And it need to fix code that using ILGenerator invoking YamlDotNet APIs.

What's changed in this PR

1. Update YamlDotNet version from 15.3.0 to 16.3.0(dd4dc88)

2. Update ITypeInspector derived classes(62acf92)

3. Update IPropertyDescriptor derived classes(da1ec00)

4. Update YamlDeserializer(4a77a6b)

5. Update YamlSerializer(eb22ffd)

6. Update IObjectGraphTraversalStrategy derived classes(eea6952)

Update FullObjectGraphTraversalStrategy.cs file based on latest YamlDotNet code.

7. Update INodeDeserializer derived classes(139bf31)

8. Update IObjectGraphVisitor derived classes(151bacb)

@filzrev filzrev force-pushed the chore-update-yamldotnet-version2 branch from 0c8f33d to ca0e32a Compare February 18, 2025 09:10
Copy link
Contributor

@yufeih yufeih left a comment

Choose a reason for hiding this comment

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

Huge thanks for all the time and energy you've dedicated to this @filzrev !

@yufeih yufeih merged commit f70ab07 into dotnet:main Feb 20, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants