alexandre-spieser / mongodb-generic-repository

An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
MIT License
315 stars 87 forks source link

Add integration test for native read filter operations #43

Closed khanhna closed 2 years ago

khanhna commented 2 years ago

Notice

I changed package reference of MongoDbGenericRepository in CoreIntegrationTests back to local version (the nuget package not yet updated).

Keeping it this way much easier for me to submit both new functions and tests in the same PR.

After I finish the CUD operations and latest nuget package updated. I will submit a PR to change the reference back to the origin MongoDbGenericRepository package.