Azure / azure-documentdb-changefeedprocessor-dotnet

This library provides a host for distributing change feed events in partitioned collection across multiple observers. Instances of the host can scale up (by adding) or down (by removing) dynamically, and the load will be automatically distributed among active instances in about-equal way.
Other
51 stars 22 forks source link

Add support for TraceLogProvider constrcted by programmatically initi… #169

Closed mkolt closed 1 year ago

mkolt commented 1 year ago

…alized TraceSource. This is to work around https://stackoverflow.com/questions/75940381/net-6-0-why-trace-listeners-config-is-not-working-anymore.

ealsur commented 1 year ago

/azp run

azure-pipelines[bot] commented 1 year ago
Azure Pipelines successfully started running 2 pipeline(s).
ealsur commented 1 year ago

The test projects seem to be stale, and are using <TargetFramework>netcoreapp2.1</TargetFramework>, that will make the gates fail. Can we update to <TargetFramework>net6</TargetFramework>?