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.
Notice
I changed package reference of
MongoDbGenericRepository
inCoreIntegrationTests
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.