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

ExpandoObjectAdapter does not assume case insensitivity #269

Open
jbagga opened this issue Aug 23, 2017 · 0 comments
Open

ExpandoObjectAdapter does not assume case insensitivity #269

jbagga opened this issue Aug 23, 2017 · 0 comments

Comments

@jbagga
Copy link

jbagga commented Aug 23, 2017

When applying a json patch to ExpandoObjects, case insensitive search will not be used to match the path segment to the object's dictionary keys. Instead, the path segment will be resolved using the NamingStrategy defined in the IContractResolver.

Addresses aspnet/JsonPatch#102

See aspnet/JsonPatch#103 for discussion

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant