IronAlpine.Framework.Abstractions 0.4.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package IronAlpine.Framework.Abstractions --version 0.4.1
                    
NuGet\Install-Package IronAlpine.Framework.Abstractions -Version 0.4.1
                    
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="IronAlpine.Framework.Abstractions" Version="0.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IronAlpine.Framework.Abstractions" Version="0.4.1" />
                    
Directory.Packages.props
<PackageReference Include="IronAlpine.Framework.Abstractions" />
                    
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 IronAlpine.Framework.Abstractions --version 0.4.1
                    
#r "nuget: IronAlpine.Framework.Abstractions, 0.4.1"
                    
#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 IronAlpine.Framework.Abstractions@0.4.1
                    
#: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=IronAlpine.Framework.Abstractions&version=0.4.1
                    
Install as a Cake Addin
#tool nuget:?package=IronAlpine.Framework.Abstractions&version=0.4.1
                    
Install as a Cake Tool

IronAlpine.Framework.Abstractions

Cross-cutting runtime contracts shared by IronAlpine packages.

Install

dotnet add package IronAlpine.Framework.Abstractions

Most applications receive this package transitively from higher-level IronAlpine packages.

Includes

  • IAuditUser
  • IEventMetadataProvider
  • EventMetadataContext

EventMetadataContext is the common envelope for correlation data shared across Web and Messaging pipelines:

  • TraceId
  • CorrelationId
  • CausationId
  • TenantId
  • TraceParent
  • TraceState
  • Baggage

Notes

  • This package is contracts-only.
  • It does not provide transport, persistence, or web implementations.
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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.
  • net10.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on IronAlpine.Framework.Abstractions:

Package Downloads
IronAlpine.Messaging.Abstractions

Transport-agnostic messaging contracts for integration events, event registry, envelopes, headers, and producer-consumer-event bus interactions in distributed .NET services.

IronAlpine.Data.EFCore

Entity Framework Core implementation for IronAlpine data abstractions with repositories, interceptors, enumeration mapping, and resilience integration.

IronAlpine.Data.EFCore.Mediator

Mediator pipeline behaviors that bridge IronAlpine.Mediator and IronAlpine.Data.EFCore.

IronAlpine.Security.AspNetCore

AspNetCore implementation for IronAlpine security abstractions and audit user context resolution.

IronAlpine.Messaging.InboxOutbox.EFCore

EF Core inbox-outbox implementation for integration events with claim-based processing, retries, database dead-letter persistence, and hosted worker services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1-rc3 0 3/11/2026
1.0.0-rc4 93 3/10/2026
1.0.0-rc1 142 3/9/2026
0.5.0-rc2 61 3/9/2026
0.4.1 109 3/9/2026
0.3.0 342 3/4/2026
0.2.0 128 3/2/2026

Stable mediator release with request/response, notification publish strategies, streaming, and dependency injection integration.