aligunel

Results 3 comments of aligunel

Use this overload to run the jobs. UseAzureCosmosDbStorage(url, secretKey, database, collection, cosmoClientOptions); With CosmosClient , it will enqueue the job but will not run.

> @aligunel `JsonIgnore` is an attribute used by the JSon serializer; it does not change the EF model. `NotMapped` can be used to exclude a property from the EF model....

I think EF COre 6 for Cosmos db is very immature. No support for JsonSerialization options. I need to define ToJsonProperty() for each property. It is not easy to integrate...