Hi @Borja_Dominguez,
Welcome to the MongoDB Community Forums! The reason for the conflict might be that v8.2.0 of the EF Core provider is built with the C# Driver 3.0.0 as a dependency. In the new version of the driver, GridFS is included with the driver as seen here and not needed as a separate package.
This might help resolve the conflict but can you elaborate on your use case since EF Core does not support GridFS to read back the chunk of files? You can use the MongoClient
itself to leverage the underlying drivers capabilities but not via the DbContext
in EF Core. Hope that helps.
Thanks,
Rishit.