Orleans.StateMachineES.Abstractions
1.1.0
dotnet add package Orleans.StateMachineES.Abstractions --version 1.1.0
NuGet\Install-Package Orleans.StateMachineES.Abstractions -Version 1.1.0
<PackageReference Include="Orleans.StateMachineES.Abstractions" Version="1.1.0" />
<PackageVersion Include="Orleans.StateMachineES.Abstractions" Version="1.1.0" />
<PackageReference Include="Orleans.StateMachineES.Abstractions" />
paket add Orleans.StateMachineES.Abstractions --version 1.1.0
#r "nuget: Orleans.StateMachineES.Abstractions, 1.1.0"
#:package Orleans.StateMachineES.Abstractions@1.1.0
#addin nuget:?package=Orleans.StateMachineES.Abstractions&version=1.1.0
#tool nuget:?package=Orleans.StateMachineES.Abstractions&version=1.1.0
Core abstractions for Orleans StateMachine Event Sourcing library. Contains interfaces and models for building event-sourced state machines in Orleans applications.
| Product | Versions 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 was computed. 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. |
-
net9.0
- Microsoft.Orleans.Sdk (>= 9.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Orleans.StateMachineES.Abstractions:
| Package | Downloads |
|---|---|
|
Orleans.StateMachineES
Production-ready state machine implementation for Microsoft Orleans with comprehensive event sourcing, enterprise features, and performance optimizations. Includes ValueTask optimizations, object pooling, and advanced memory management. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.1.0: Added persistence abstractions (IEventStore, ISnapshotStore, IStateMachinePersistence), state history query interfaces, and batch operation contracts.