Emit.Abstractions 1.0.0-alpha.8

This is a prerelease version of Emit.Abstractions.
dotnet add package Emit.Abstractions --version 1.0.0-alpha.8
                    
NuGet\Install-Package Emit.Abstractions -Version 1.0.0-alpha.8
                    
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="Emit.Abstractions" Version="1.0.0-alpha.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Emit.Abstractions" Version="1.0.0-alpha.8" />
                    
Directory.Packages.props
<PackageReference Include="Emit.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 Emit.Abstractions --version 1.0.0-alpha.8
                    
#r "nuget: Emit.Abstractions, 1.0.0-alpha.8"
                    
#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 Emit.Abstractions@1.0.0-alpha.8
                    
#: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=Emit.Abstractions&version=1.0.0-alpha.8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Emit.Abstractions&version=1.0.0-alpha.8&prerelease
                    
Install as a Cake Tool

Emit.Abstractions

The foundation of the Emit ecosystem. This package contains the core interfaces, base classes, and models that everything else builds on — persistence backends, message providers, consumers, and the runtime itself all depend on the contracts defined here.

You only need this package directly if you're building a custom provider or persistence backend. For everything else, just install the package you need and this one comes along for the ride.

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 (3)

Showing the top 3 NuGet packages that depend on Emit.Abstractions:

Package Downloads
Emit

Transactional outbox pattern library for .NET. Provides reliable message delivery by persisting operations in an outbox within your database transaction.

Emit.Testing

Test utilities for the Emit library. Provides MessageSink and SinkConsumer for capturing consumed messages in integration and functional tests.

Emit.FluentValidation

FluentValidation integration for Emit. Bridges FluentValidation validators into the Emit consumer validation pipeline.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-alpha.8 50 3/31/2026
1.0.0-alpha.7 64 3/25/2026
1.0.0-alpha.6 69 3/13/2026
1.0.0-alpha.5 60 3/12/2026
1.0.0-alpha.4 74 3/12/2026
1.0.0-alpha.3 50 3/6/2026
1.0.0-alpha.2 55 3/6/2026
1.0.0-alpha.1 47 3/6/2026