A simple Microsoft.Azure.Cosmos wrapper that make communication between CosmosDB and your .NET Core application simpler.
Info
Version: | 1.4.0 |
Author(s): | Andrea Prestia |
Last Update: | Monday, July 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AndreaPrestia/CosmosDbClient |
NuGet Url: | https://www.nuget.org/packages/APrs.CosmosDbClient |
Install
Install-Package APrs.CosmosDbClient
dotnet add package APrs.CosmosDbClient
paket add APrs.CosmosDbClient
APrs.CosmosDbClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.Cosmos(>= 3.11.0)
- Microsoft.Extensions.Configuration(>= 3.1.6)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.6)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 3.1.6)
- Microsoft.Extensions.Configuration.FileExtensions(>= 3.1.6)
- Microsoft.Extensions.Configuration.Json(>= 3.1.6)
Tags