![]() |
VOOZH | about |
dotnet add package Bondstone --version 1.2.1
NuGet\Install-Package Bondstone -Version 1.2.1
<PackageReference Include="Bondstone" Version="1.2.1" />
<PackageVersion Include="Bondstone" Version="1.2.1" />Directory.Packages.props
<PackageReference Include="Bondstone" />Project file
paket add Bondstone --version 1.2.1
#r "nuget: Bondstone, 1.2.1"
#:package Bondstone@1.2.1
#addin nuget:?package=Bondstone&version=1.2.1Install as a Cake Addin
#tool nuget:?package=Bondstone&version=1.2.1Install as a Cake Tool
Core abstractions for durable Bondstone module boundaries.
This package owns module registration and execution contracts, durable command
and integration event contracts, payload serialization, module-aware runtime
composition over provider-neutral persistence and transport contracts, and the
lightweight AddBondstone composition surface.
Start here for every Bondstone host, then add hosting, persistence, capability,
and transport packages as needed. Normal application setup should use
AddBondstone with module-owned registration helpers as shown in
the setup guide.
Install this package in projects that declare Bondstone modules, commands, integration events, handlers, durable send/publish calls, or in-process module execution. Provider, hosting, and transport packages are installed separately only when the project calls their setup APIs.
See:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Bondstone:
| Package | Downloads |
|---|---|
|
Bondstone.Capabilities.DomainEvents
Optional module-local domain event capability contracts for Bondstone. |
|
|
Bondstone.Persistence.EntityFrameworkCore.Postgres
PostgreSQL provider integration for Bondstone Entity Framework Core persistence. |
|
|
Bondstone.Hosting
Hosted worker composition for Bondstone durable messaging. |
|
|
Bondstone.Capabilities.DomainEvents.EntityFrameworkCore
Entity Framework Core bridge for Bondstone module-local domain event persistence. |
|
|
Bondstone.Persistence.Postgres
PostgreSQL persistence proof for Bondstone durable messaging. |
This package is not used by any popular GitHub repositories.