Edict.Core
0.3.1-alpha.0.71
This is a prerelease version of Edict.Core.
dotnet add package Edict.Core --version 0.3.1-alpha.0.71
NuGet\Install-Package Edict.Core -Version 0.3.1-alpha.0.71
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.Core" Version="0.3.1-alpha.0.71" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Edict.Core" Version="0.3.1-alpha.0.71" />
<PackageReference Include="Edict.Core" />
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.Core --version 0.3.1-alpha.0.71
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Edict.Core, 0.3.1-alpha.0.71"
#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.Core@0.3.1-alpha.0.71
#: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.Core&version=0.3.1-alpha.0.71&prerelease
#tool nuget:?package=Edict.Core&version=0.3.1-alpha.0.71&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Edict.Core
Edict is a CQRS and event-driven framework for .NET on Microsoft Orleans. Edict.Core is its persistence-agnostic engine — the command-handler, saga, event-handler, projection-builder, and idempotency base types, plus the outbox engine.
The Edict source generators and analyzers ride inside this package under analyzers/dotnet/cs/, so one reference wires up the full consumer surface.
You also need one streaming package (Edict.Azure.Streaming or Edict.Kafka) and one persistence package (Edict.Azure.Persistence or Edict.Postgres).
Install
dotnet add package Edict.Core --prerelease
Learn more
See docs/usage/getting-started.md for the smallest valid sample.
| Product | Versions 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.
-
net10.0
- Edict.Contracts (>= 0.3.1-alpha.0.71)
- Edict.Telemetry (>= 0.3.1-alpha.0.71)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.8)
- Microsoft.Orleans.Reminders (>= 10.1.0)
- Microsoft.Orleans.Sdk (>= 10.1.0)
- Microsoft.Orleans.Serialization.MessagePack (>= 10.1.0)
- Microsoft.Orleans.Streaming (>= 10.1.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.1-alpha.0.71 | 0 | 6/6/2026 |
| 0.0.1-preview.dryrun.11 | 0 | 5/29/2026 |