![]() |
VOOZH | about |
dotnet add package Cqrs.Azure.DocumentDb --version 2.3.1572.797
NuGet\Install-Package Cqrs.Azure.DocumentDb -Version 2.3.1572.797
<PackageReference Include="Cqrs.Azure.DocumentDb" Version="2.3.1572.797" />
<PackageVersion Include="Cqrs.Azure.DocumentDb" Version="2.3.1572.797" />Directory.Packages.props
<PackageReference Include="Cqrs.Azure.DocumentDb" />Project file
paket add Cqrs.Azure.DocumentDb --version 2.3.1572.797
#r "nuget: Cqrs.Azure.DocumentDb, 2.3.1572.797"
#:package Cqrs.Azure.DocumentDb@2.3.1572.797
#addin nuget:?package=Cqrs.Azure.DocumentDb&version=2.3.1572.797Install as a Cake Addin
#tool nuget:?package=Cqrs.Azure.DocumentDb&version=2.3.1572.797Install as a Cake Tool
Use Azure Cosmos DB (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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.4.1639.856 | 2,027 | 8/17/2018 |
| 2.4.1622.842 | 2,435 | 6/29/2018 |
| 2.4.1621.841 | 1,602 | 6/24/2018 |
| 2.4.1619.839 | 1,871 | 6/24/2018 |
| 2.3.1595.820 | 1,827 | 3/29/2018 |
| 2.3.1584.809 | 1,859 | 3/20/2018 |
| 2.3.1583.808 | 1,829 | 3/20/2018 |
| 2.3.1581.806 | 1,779 | 3/15/2018 |
| 2.3.1580.805 | 1,795 | 3/8/2018 |
| 2.3.1579.804 | 1,807 | 3/8/2018 |
| 2.3.1572.797 | 1,861 | 2/19/2018 |
| 2.2.1466.702 | 1,673 | 9/18/2017 |
| 2.2.1440.678 | 1,643 | 8/1/2017 |
| 2.2.1428.666 | 1,580 | 7/25/2017 |
| 2.2.1410.652 | 1,614 | 7/23/2017 |
| 2.2.1405.647 | 1,592 | 7/21/2017 |
| 2.1.1347.590 | 1,648 | 6/23/2017 |
Version 2.2
* Deprecated AzureDocumentDbEventBuilder. Use Cqrs.Events.DefaultEventBuilder as a replacement.
* Deprecated AzureDocumentDbEventDeserialiser. Use Cqrs.Events.EventDeserialiser as a replacement.
Version 2.0
* Added configurable setting "Cqrs.Azure.DocumentDb.UseSingleCollectionForAllDataStores" 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.