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

Use local Newtonsoft settings when serializing/deserializing instead of assigning global settings #3402

Merged
merged 2 commits into from Dec 4, 2023

Conversation

timtay-microsoft
Copy link
Member

By assigning global settings, this SDK would affect Json serialization done by users with Newtonsoft outside of this SDK. Now we use the same settings as before (to avoid regressing on #3903), but without assigning them globally.

Addresses #3358

By setting global settings, this SDK would affect json serialization done by users with Newtonsoft outside of this SDK. Now we use the same settings as before, but without assigning them globally

Addresses #3358
@timtay-microsoft
Copy link
Member Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@timtay-microsoft
Copy link
Member Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@timtay-microsoft timtay-microsoft merged commit 12a737a into main Dec 4, 2023
9 checks passed
@timtay-microsoft timtay-microsoft deleted the timtay/json branch December 4, 2023 23:16
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.

None yet

2 participants