mongodb-generic-repository icon indicating copy to clipboard operation
mongodb-generic-repository copied to clipboard

An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)

Results 14 mongodb-generic-repository issues
Sort by recently updated
recently updated
newest added

Thanks a lot for maintaining the library, appreciate it! I bumped the driver to the latest v2.28.0 (https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.28.0). I was not able to run the tests locally on my Mac...

Need to upgrade MongoDB:Driver and other used package to ver. 2.29.0. Can you update package dependency? Thx Stefano

There is only one breaking change in the GetQuery method because IMongoQueryable does not exist in version 3.0.0 [see more at](https://www.mongodb.com/en-us/docs/drivers/csharp/current/upgrade/v3).

Hey, thanks for the great work on this package, it's super useful. [The latest version of MongoDB driver is 3.1](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.1.0), do you plan to migrate to it in mongodb-generic-repository? I'm...