LitJSON / litjson

JSON library for the .Net framework
https://litjson.net/
Other
1.36k stars 403 forks source link

Add thread safety to fix race conditions around usage of static IDict… #142

Closed udlose closed 9 months ago

udlose commented 1 year ago

…ionary instances. Note these should be converted to use ConcurrentDictionary to avoid the performance overhead of using static lock objects.

udlose commented 1 year ago

Apologies for the formatting changes. My VS has some custom settings that are locked by my employer.

udlose commented 1 year ago

I've updated the code to remove the extraneous formatting. Please review again.

devlead commented 9 months ago

@udlose your changes have been merged, thanks for your contribution 👍