Kuna.Projections.Abstractions 0.8.1

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

Shared contracts, model types, envelopes, checkpoints, and failure records for the Kuna.Projections event-sourcing projection pipeline.

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 Kuna.Projections.Abstractions:

Package Downloads
Kuna.Projections.Sink.EF

Entity Framework Core sink for Kuna.Projections that persists read models, checkpoints, and projection failures.

Kuna.Projections.Core

Core runtime for Kuna.Projections that creates projection instances, applies events, batches model state changes, and coordinates pipeline execution.

Kuna.Projections.Source.KurrentDB

KurrentDB event source implementation for Kuna.Projections that reads events, deserializes payloads, resolves model ids, and emits projection envelopes.

Kuna.Projections.Source.Kafka

Kafka event source implementation for Kuna.Projections.

Kuna.Projections.Source.Kurrent

KurrentDB event source implementation for Kuna.Projections that reads events, deserializes payloads, resolves model ids, and emits projection envelopes.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.1 192 6/23/2026
0.8.0 175 6/23/2026
0.7.1 183 6/15/2026
0.7.0 168 6/15/2026
0.6.0-beta 154 5/20/2026
0.5.0-beta 158 5/6/2026
0.4.0-beta 146 5/1/2026
0.3.0-beta 121 4/27/2026
0.2.0-beta 131 4/23/2026
0.1.0-beta 120 4/10/2026