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

Feature/cancellation token 2 #55

Closed blacktau closed 1 year ago

blacktau commented 1 year ago

Added cancellation tokens every where. They should be mostly non-breaking changes including for mocks in unit tests.