Skip to content

Mitigate the usage of JsonConvert.DefaultSettings in user code#4581

Merged
nohwnd merged 21 commits into
microsoft:mainfrom
Applesauce314:issue-1360
Aug 10, 2023
Merged

Mitigate the usage of JsonConvert.DefaultSettings in user code#4581
nohwnd merged 21 commits into
microsoft:mainfrom
Applesauce314:issue-1360

Conversation

@Applesauce314
Copy link
Copy Markdown
Contributor

@Applesauce314 Applesauce314 commented Jun 28, 2023

Description

!1881 removed direct usage of JsonConvert.DefaultSettings but the serialization was still sensitive to user code changing this value due to the use of JsonConvert.Serialize and JsonConvert.Deserialize during fast serialization/deserialization

Related issue

Fixes #1360

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests never finish when JsonConvert DefaultSettings changed

2 participants