Cqrs.Azure.DocumentDb
2.2.1410.652
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Cqrs.Azure.DocumentDb --version 2.2.1410.652
NuGet\Install-Package Cqrs.Azure.DocumentDb -Version 2.2.1410.652
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cqrs.Azure.DocumentDb" Version="2.2.1410.652" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cqrs.Azure.DocumentDb --version 2.2.1410.652
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cqrs.Azure.DocumentDb, 2.2.1410.652"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cqrs.Azure.DocumentDb as a Cake Addin #addin nuget:?package=Cqrs.Azure.DocumentDb&version=2.2.1410.652 // Install Cqrs.Azure.DocumentDb as a Cake Tool #tool nuget:?package=Cqrs.Azure.DocumentDb&version=2.2.1410.652
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Use Azure DocumentDB as an event store, read store and data store in CQRS.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- cdmdotnet.Logging (>= 1.2.91.71)
- Cqrs (= 2.2.1410.652)
- Microsoft.Azure.DocumentDB.TransientFaultHandling (>= 1.0.0)
- Microsoft.WindowsAzure.ConfigurationManager (>= 3.2.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cqrs.Azure.DocumentDb:
Package | Downloads |
---|---|
Cqrs.Ninject.Azure.DocumentDb
Use Ninject as your IoC container of choice with Microsoft Azure DocumentDB for CQRS.NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 2.0
* Added configurable setting "Cqrs.Azure.DocumentDb.UseOneCollectionPerDataStore" to enable control over the use of a single collection (cheaper) for all data stores or one collection per data store (more flexible). The default value is true.