A simple Cosmos DB repository pattern for dotnet Standard 2.0.
Info
Version: | 0.4.0 |
Author(s): | Anthony Dang |
Last Update: | Tuesday, November 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/anthonydotnet/cosmosdb-repo |
NuGet Url: | https://www.nuget.org/packages/DangEasy.CosmosDb.Repository |
Install
Install-Package DangEasy.CosmosDb.Repository
dotnet add package DangEasy.CosmosDb.Repository
paket add DangEasy.CosmosDb.Repository
DangEasy.CosmosDb.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- MiniProfiler.AspNetCore(>= 4.2.1)
- Microsoft.Azure.WebJobs.Extensions.CosmosDB(>= 3.0.7)
- Microsoft.Azure.DocumentDB(>= 2.12.0)
- DangEasy.Interfaces(>= 0.3.0)