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
One of our dependencies has updated to this version. And this is now causing errors in our solution due to a version mis-match.
This version issue is causing errors during build as below:
The type 'IMongoCollection<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver, Version=2.24.0.0, Culture=neutral, PublicKeyToken=null'.
The type 'IAggregateFluent<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver, Version=2.24.0.0, Culture=neutral, PublicKeyToken=null'.
The type 'IFindFluent<,>' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver, Version=2.24.0.0, Culture=neutral, PublicKeyToken=null'.
The solution you'd like
Could we see the MongoDb.Driver dependency in HotChocolate increased to version 2.28.0. In both stable and pre-release solutions.
The text was updated successfully, but these errors were encountered:
Product
Hot Chocolate
Is your feature request related to a problem?
In the
MongoDb.Driver
package from 2.28.0 onwards. They have introduced Strong-Named assemblies.One of our dependencies has updated to this version. And this is now causing errors in our solution due to a version mis-match.
This version issue is causing errors during build as below:
The solution you'd like
Could we see the
MongoDb.Driver
dependency in HotChocolate increased to version2.28.0
. In both stable and pre-release solutions.The text was updated successfully, but these errors were encountered: