Edict.Contracts 0.3.0

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

Edict.Contracts

Edict is a CQRS and event-driven framework for .NET on Microsoft Orleans. Edict.Contracts is its consumer-typed wire surface — command and event base types, the [EdictRouteKey] and [EdictStream] attributes, and the rejection model.

Reference this package from any assembly that defines or consumes Edict commands and events — your contracts assembly, your domain assembly, your tests.

Install

dotnet add package Edict.Contracts --prerelease

Learn more

See docs/usage/getting-started.md for the smallest valid sample.

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

Showing the top 4 NuGet packages that depend on Edict.Contracts:

Package Downloads
Edict.Telemetry

OpenTelemetry types and tag-key constants for the Edict CQRS framework. Covers the edict.* tag taxonomy and the [Telemeterized] attribute consumed by Edict's analyzers and generators.

Edict.Core

Core engine for the Edict CQRS framework on Microsoft Orleans: command handlers, sagas, event handlers, projection builders, idempotency, and the outbox engine. Includes the Edict source generators and analyzers, so one reference wires up the full consumer surface.

Edict.Testing

In-memory TestCluster fixtures, probes, and chaos controls for testing applications built on the Edict CQRS framework. Install this in your test project alongside one streaming and one persistence Edict package.

Edict.Kafka

Apache Kafka stream provider for the Edict CQRS framework. Pair with any Edict persistence package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 39 6/2/2026
0.2.5 104 6/1/2026
0.2.4 89 6/1/2026
0.2.3 101 5/31/2026
0.2.2 106 5/31/2026
0.2.1 102 5/30/2026
0.2.0 106 5/30/2026
0.1.1-preview 102 5/30/2026
0.1.0-preview.1 75 5/29/2026