You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/emilioz/personal/MongoTypeCollisions/Program.cs(1,23): error CS0433: The type 'CollectionNamespace' exists in both 'MongoDB.Driver.Core, Version=2.18.0.0, Culture=neutral, PublicKeyToken=null' and 'MongoDB
.Driver, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94992a530f44e321' [/home/emilioz/personal/MongoTypeCollisions/MongoTypeCollisions.csproj]
I haven't looked at this codebase, but I suspect updating to MongoDB.Driver.Core 2.30.0 (the latest version) might fix the issue.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue.
Bug
Using Dotnet 8 and SkyApm.Diagnostics.MongoDB Version 2.2.0.
When using MongoDB.Driver nuget with SkyApm.Diagnostics.MongoDB, there is a type collision for certain types. Steps to reproduce:
I get the following error message:
I haven't looked at this codebase, but I suspect updating to MongoDB.Driver.Core 2.30.0 (the latest version) might fix the issue.
The text was updated successfully, but these errors were encountered: