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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

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)

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.

1 participant