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

Add a dedicated section in the documentation about the System.Text.Json migration #860

Closed
morganleroi opened this issue Sep 2, 2024 · 1 comment
Assignees

Comments

@morganleroi
Copy link
Contributor

That is an undocumented breaking change for the C# library: they have switched from Newtonsoft.Json to System.Text.Json for serializing the objects. So any Newtonsoft.Json annotation done on models are broken. They need to be migrated to their System.Text.Json counterpart annotations.

(@AdTarling)

@morganleroi, could this breaking change be documented on the v7 upgrade page please?

Originally posted by @fredericDelaporte in #852 (comment)

@morganleroi morganleroi self-assigned this Sep 2, 2024
@morganleroi
Copy link
Contributor Author

A dedicated section has been added in the Upgrade to V7 documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant