MassTransit.Persistence.Couchbase
1.0.10
dotnet add package MassTransit.Persistence.Couchbase --version 1.0.10
NuGet\Install-Package MassTransit.Persistence.Couchbase -Version 1.0.10
<PackageReference Include="MassTransit.Persistence.Couchbase" Version="1.0.10" />
paket add MassTransit.Persistence.Couchbase --version 1.0.10
#r "nuget: MassTransit.Persistence.Couchbase, 1.0.10"
// Install MassTransit.Persistence.Couchbase as a Cake Addin #addin nuget:?package=MassTransit.Persistence.Couchbase&version=1.0.10 // Install MassTransit.Persistence.Couchbase as a Cake Tool #tool nuget:?package=MassTransit.Persistence.Couchbase&version=1.0.10
Implementation of Couchbase repository for persistence of MassTransit Automatonymous Sagas.
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. |
-
- Automatonymous (>= 1.2.8)
- Common.Logging (>= 3.0.0)
- Common.Logging.Core (>= 3.0.0)
- CouchbaseNetClient (>= 2.0.3)
- Magnum (>= 2.1.3)
- MassTransit (>= 2.9.9)
- Newtonsoft.Json (>= 6.0.6)
- Taskell (>= 0.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Instance of the Bucket is properly created/destroyed with respect to Couchbase best-practices;
- Saga repository is configurable via ICouchbaseSagaRepositorySettings;
- Built-in DefaultCouchbaseSagaRepositorySettings can be used as configuration example;
- Auto-configuration for Couchbase Bucket and Design Document;
- New build target to run xUnit 2.0 tests and improvements in targets for packaging;