You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
I implemented .NET Core, .NET Standard and .NET 4.5
I implemented the async pattern for all interfaces
I removed some ObjectId methods since they defeated the purpose of TKey
I removed the manager code from the repository tests and added a separate set of tests for this class
I created an InMemoryRepository so that my external project doesn't need to hit the MongoDB during unit tests
Collection names for the most part are randomized (except for the few tests that require a specific name). This was needed since the tests run across 3 different .NETs.