MongoDB.Driver.Core.Extensions.DiagnosticSources
MongoDB.Driver.Core.Extensions.DiagnosticSources copied to clipboard
Support for latest MongoDB library with signing
As of version 2.28.0, the MongoDB library has strong-named assemblies as per release notes: https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.28.0
Updating to this version fails when also using MongoDB.Driver.Core.Extensions.DiagnosticSources.
With the introduction of strong-naming, it may no longer be possible to target a version lower than 2.28.0. I wanted to create a PR to make this the lowest version but I am unsure if you are okay with this.