MongoDB.Driver.Core.Extensions.DiagnosticSources icon indicating copy to clipboard operation
MongoDB.Driver.Core.Extensions.DiagnosticSources copied to clipboard

Support for latest MongoDB library with signing

Open mburumaxwell opened this issue 1 year ago • 0 comments

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.

mburumaxwell avatar Jul 28 '24 06:07 mburumaxwell