You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some versions ago I integrated JSON.NET to clone objects. Actually, it's being used when ObjectChangeExtensions.ToUntrackable method is called.
JSON.NET screws up any object dictionary key because it applies the camel-case convention even for dictionary keys...
So keys should be untouched when cloning an object, shouldn't be?
The text was updated successfully, but these errors were encountered:
mfidemraizer
changed the title
Since JSON.NET was integrated to clone objects, associated dictionary keys are messed!
Since JSON.NET was integrated to clone objects, associated dictionary keys are messed up!
Dec 30, 2016
Some versions ago I integrated JSON.NET to clone objects. Actually, it's being used when
ObjectChangeExtensions.ToUntrackable
method is called.JSON.NET screws up any object dictionary key because it applies the camel-case convention even for dictionary keys...
So keys should be untouched when cloning an object, shouldn't be?
The text was updated successfully, but these errors were encountered: