AsiBackbone.DependencyInjection 2.2.0

dotnet add package AsiBackbone.DependencyInjection --version 2.2.0
                    
NuGet\Install-Package AsiBackbone.DependencyInjection -Version 2.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AsiBackbone.DependencyInjection" Version="2.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AsiBackbone.DependencyInjection" Version="2.2.0" />
                    
Directory.Packages.props
<PackageReference Include="AsiBackbone.DependencyInjection" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AsiBackbone.DependencyInjection --version 2.2.0
                    
#r "nuget: AsiBackbone.DependencyInjection, 2.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AsiBackbone.DependencyInjection@2.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AsiBackbone.DependencyInjection&version=2.2.0
                    
Install as a Cake Addin
#tool nuget:?package=AsiBackbone.DependencyInjection&version=2.2.0
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
2.2.0 0 7/1/2026
2.1.1 122 6/29/2026
2.1.0 105 6/28/2026
2.0.2 179 6/26/2026
2.0.1 125 6/26/2026
2.0.0 258 6/25/2026