Alexandre Spieser Mongodb Generic Repository Versions Save

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

1.6.0

9 months ago

https://www.nuget.org/packages/MongoDbGenericRepository/1.6.0

Support This Project

If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee: Buy Me A Coffee

1.5.1

9 months ago

https://www.nuget.org/packages/MongoDbGenericRepository/1.5.1

Support This Project

If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee: Buy Me A Coffee

1.5.0

10 months ago

Support This Project

If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee: Buy Me A Coffee

1.4.8

2 years ago
  • MongoDB.Driver updated to Version 2.13.2

Support This Project

If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee: Buy Me A Coffee

1.4.7

3 years ago
  • Fix documentation being absent for some targetted frameworks.
  • Added CancellationToken on most of the async methods.
  • BREAKING CHANGE: BucketSize field has been removed from the IndexCreationOptions
  • MongoDB.Driver updated to Version 2.12.0

Support This Project

If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee: Buy Me A Coffee

1.4.5

3 years ago

Support This Project

If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee: Buy Me A Coffee

1.4.4

3 years ago

Support This Project

If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying the team a coffee: Buy Me A Coffee

1.4.3

4 years ago
<dependencies>
    <group targetFramework=".NETFramework4.5.2">
      <dependency id="MongoDB.Driver" version="2.9.3" exclude="Build,Analyzers" />
    </group>
    <group targetFramework=".NETStandard1.5">
      <dependency id="MongoDB.Driver" version="2.9.3" exclude="Build,Analyzers"  />
    </group>
    <group targetFramework=".NETStandard2.0">
      <dependency id="MongoDB.Driver" version="2.9.3" exclude="Build,Analyzers"/>
    </group>
</dependencies>

1.4.1

4 years ago