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

Removed debug code from earlier F# DU serialization fix #1168

Merged
merged 1 commit into from
Jul 18, 2015
Merged

Removed debug code from earlier F# DU serialization fix #1168

merged 1 commit into from
Jul 18, 2015

Conversation

rogeralsing
Copy link
Contributor

This removes a line of code used for debugging when we fixed the F# DU serialization problems earlier.
It sets the Json default settings, thus mutating shared state, resulting in racy code if anything else uses JsonConvert in our code, in our tests or in external code.

@Aaronontheweb
Copy link
Member

Nice catch!

Aaronontheweb added a commit that referenced this pull request Jul 18, 2015
Removed debug code from earlier F# DU serialization fix
@Aaronontheweb Aaronontheweb merged commit bd7dbe9 into akkadotnet:dev Jul 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants