Repository pattern for the official .NET Core MongoDB driver and configured with Microsoft.Extensions.DependencyInjection.
Info
| Version: | 2.0.57 |
| Author(s): | Alex Haslehurst |
| Last Update: | Tuesday, December 31, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/axle-h/mongo-repository |
| NuGet Url: | https://www.nuget.org/packages/MongoDB.Extensions.Repository |
Install
Install-Package MongoDB.Extensions.Repository
dotnet add package MongoDB.Extensions.Repository
paket add MongoDB.Extensions.Repository
MongoDB.Extensions.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- Humanizer.Core(>= 2.7.9)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.0)
- Microsoft.Extensions.Options(>= 3.1.0)
- MongoDB.Driver(>= 2.10.0)
Tags