Rakesh Kumar

Results 2 comments of Rakesh Kumar

It starated working when I am using `CosmosPropertyNamingPolicy.Default` ``` builder.Services.AddCosmosRepository(options => { options.SerializationOptions = new Microsoft.Azure.CosmosRepository.Options.RepositorySerializationOptions { PropertyNamingPolicy = CosmosPropertyNamingPolicy.Default }; }); ```

Thanks! @IEvangelist , I have changed my code as you suggested and now it started working.