CDCavell.AsiBackbone.DependencyInjection
1.2.1
AsiBackbone.DependencyInjection
Additional DetailsThis package ID has been superseded by the simplified AsiBackbone.* package line starting with version 2.0.0. This is a project/package namespace rename, not a critical bug or security deprecation. Please migrate to the corresponding AsiBackbone.* package and update using statements from CDCavell.AsiBackbone.* to AsiBackbone.*.
dotnet add package CDCavell.AsiBackbone.DependencyInjection --version 1.2.1
NuGet\Install-Package CDCavell.AsiBackbone.DependencyInjection -Version 1.2.1
<PackageReference Include="CDCavell.AsiBackbone.DependencyInjection" Version="1.2.1" />
<PackageVersion Include="CDCavell.AsiBackbone.DependencyInjection" Version="1.2.1" />
<PackageReference Include="CDCavell.AsiBackbone.DependencyInjection" />
paket add CDCavell.AsiBackbone.DependencyInjection --version 1.2.1
#r "nuget: CDCavell.AsiBackbone.DependencyInjection, 1.2.1"
#:package CDCavell.AsiBackbone.DependencyInjection@1.2.1
#addin nuget:?package=CDCavell.AsiBackbone.DependencyInjection&version=1.2.1
#tool nuget:?package=CDCavell.AsiBackbone.DependencyInjection&version=1.2.1
CDCavell.AsiBackbone.DependencyInjection
Explicit AddAsiBackbone(...) builder facade for coordinating host-selected AsiBackbone provider registrations.
Important: This package is a configuration convenience only. It does not register persistence, signing, telemetry, endpoint governance, outbox workers, local-development providers, authorization, execution behavior, or operational defaults unless the host explicitly calls a named provider method.
Why this package exists
CDCavell.AsiBackbone.Core remains framework-neutral. Provider packages own their own Use* extension methods so ASP.NET Core, EF Core, OpenTelemetry, signing, and storage dependencies remain optional.
This package contains only the shared builder abstraction and the single discoverable service-collection entry point:
builder.Services.AddAsiBackbone(backbone =>
{
// Provider packages light up named Use* calls when referenced.
});
An empty callback does not select hidden defaults.
Design rule
Every Use* call should be explainable as a small set of explicit service registrations the host could have written manually.
Manual registration remains supported and documented as the canonical baseline. The builder only improves discoverability and sequencing for hosts that prefer a fluent configuration shape.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.9)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on CDCavell.AsiBackbone.DependencyInjection:
| Package | Downloads |
|---|---|
|
CDCavell.AsiBackbone.Storage.InMemory
Non-durable in-memory storage helpers for Accountable Systems Infrastructure local validation, tests, and samples. |
|
|
CDCavell.AsiBackbone.EntityFrameworkCore
Entity Framework Core model configuration and host-owned persistence helpers for Accountable Systems Infrastructure audit and acknowledgment records. |
|
|
CDCavell.AsiBackbone.AspNetCore
ASP.NET Core host adapters for Accountable Systems Infrastructure actor context, request correlation, HTTP result mapping, and acknowledgment challenge flows. |
|
|
CDCavell.AsiBackbone.OpenTelemetry
OpenTelemetry-friendly Accountable Systems Infrastructure governance emission provider for AsiBackbone decision-flow telemetry. |
|
|
CDCavell.AsiBackbone.Signing.ManagedKey
Provider-neutral managed-key signing adapter for Accountable Systems Infrastructure governance artifacts without loading raw private keys into Core. |
GitHub repositories
This package is not used by any popular GitHub repositories.