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

Cosmos: allow to specify a custom Json serializer and serialization options #19905

Closed
alexeymarkov opened this issue Feb 13, 2020 · 1 comment

Comments

@alexeymarkov
Copy link

I am trying to make EF Core Cosmos provider working with camel case json but I could not find a way how to do it.
I could probably resolve SingletonCosmosClientWrapper, call Client property and assign SerializerOptions but this would not give me a possibility to provide a custom Json serializer if I want.
And I do not want to bind each property of each my entity with JsonProperty attribute or to call ToJsonProperty for all of them.

Somewhere in UseCosmos.

@AndriySvyryd
Copy link
Member

Duplicate of #17306

@AndriySvyryd AndriySvyryd marked this as a duplicate of #17306 Feb 13, 2020
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants