serilog-archive / serilog-sinks-azuredocumentdb

A Serilog sink that writes to Azure DocumentDB
Apache License 2.0
17 stars 15 forks source link

Updated to use Microsoft.Azure.Cosmos and .net core 3.1 #87

Closed mahdighorbanpour closed 4 years ago

saleem-mirza commented 4 years ago

Thanks for contribution. I see this PR is interface incompatible which means that it will break all existing applications. I'll suggest you just keep focus on underlying problem and do not make changes to application interfaces. If it's absolutely required and compatibility can not be maintained, there are other ways to solve this issue.

mahdighorbanpour commented 4 years ago

I have created and tested a new repository to support new cosmos sdk and provided support for PartitionKeys. in addition I found the problem and fixed it my repo. how can I contribute that to the serilog official repositories? here is the link https://github.com/mahdighorbanpour/serilog-sinks-azurecosmosdb