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

Since JSON.NET was integrated to clone objects, associated dictionary keys are messed up! #27

Closed
mfidemraizer opened this issue Dec 30, 2016 · 1 comment

Comments

@mfidemraizer
Copy link
Owner

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?

@mfidemraizer 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
mfidemraizer added a commit that referenced this issue Dec 30, 2016
@mfidemraizer
Copy link
Owner Author

Done!

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

No branches or pull requests

1 participant