-
Type:
Bug
-
Resolution: Community Answered
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
(copied to CRM)
-
None
-
Dotnet Drivers
-
None
-
None
-
None
-
None
-
None
-
None
After I update drivers to 2.28 version, since that driver is now signed, I got all sort of errors from all the transitive library I'm using because they are not able to find anymore the dll that they were compiled with ...
I have compilation error like this one:
error CS0012: The type 'IMongoDatabase' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver, Version=2.18.0.0, Culture=neutral, PublicKeyToken=null'.
The problem is that this prevents me upgrading the driver until all the nuget packages that I'm using that depends on Mongodb driver will update, and the problem is that, if some of them will use the signed version and some other are using the unsigned version ... I will be forced to use only version that uses unsigned version until all of the switched to the new version?
Am I missing something obvious.?