AsiBackbone.DependencyInjection
2.2.0
dotnet add package AsiBackbone.DependencyInjection --version 2.2.0
NuGet\Install-Package AsiBackbone.DependencyInjection -Version 2.2.0
<PackageReference Include="AsiBackbone.DependencyInjection" Version="2.2.0" />
<PackageVersion Include="AsiBackbone.DependencyInjection" Version="2.2.0" />
<PackageReference Include="AsiBackbone.DependencyInjection" />
paket add AsiBackbone.DependencyInjection --version 2.2.0
#r "nuget: AsiBackbone.DependencyInjection, 2.2.0"
#:package AsiBackbone.DependencyInjection@2.2.0
#addin nuget:?package=AsiBackbone.DependencyInjection&version=2.2.0
#tool nuget:?package=AsiBackbone.DependencyInjection&version=2.2.0
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
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 AsiBackbone.DependencyInjection:
| Package | Downloads |
|---|---|
|
AsiBackbone.Storage.InMemory
Non-durable in-memory storage helpers for Accountable Systems Infrastructure local validation, tests, and samples. |
|
|
AsiBackbone.AspNetCore
ASP.NET Core host adapters for Accountable Systems Infrastructure actor context, request correlation, HTTP result mapping, and acknowledgment challenge flows. |
|
|
AsiBackbone.EntityFrameworkCore
Entity Framework Core model configuration and host-owned persistence helpers for Accountable Systems Infrastructure audit and acknowledgment records. |
|
|
AsiBackbone.OpenTelemetry
OpenTelemetry-friendly Accountable Systems Infrastructure governance emission provider for AsiBackbone decision-flow telemetry. |
|
|
AsiBackbone.Signing.LocalDevelopment
Local-development RSA signing and verification provider for exercising AsiBackbone signing abstractions without cloud key-management dependencies. |
GitHub repositories
This package is not used by any popular GitHub repositories.