Skip to content

Update MongoDb.Driver to >2.28.0 to support Strong-Named assemblies #7306

@Droxx

Description

@Droxx

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 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.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions