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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: