Trax.Effect.StateMachine
1.54.0
Prefix Reserved
dotnet add package Trax.Effect.StateMachine --version 1.54.0
NuGet\Install-Package Trax.Effect.StateMachine -Version 1.54.0
<PackageReference Include="Trax.Effect.StateMachine" Version="1.54.0" />
<PackageVersion Include="Trax.Effect.StateMachine" Version="1.54.0" />
<PackageReference Include="Trax.Effect.StateMachine" />
paket add Trax.Effect.StateMachine --version 1.54.0
#r "nuget: Trax.Effect.StateMachine, 1.54.0"
#:package Trax.Effect.StateMachine@1.54.0
#addin nuget:?package=Trax.Effect.StateMachine&version=1.54.0
#tool nuget:?package=Trax.Effect.StateMachine&version=1.54.0
Portable, resumable snapshot state-machine engine. Pure, dependency-free: represents a multi-step flow's state as language-neutral JSON so a C# backend and a TypeScript client agree on it, with illegal (state, context) pairs unrepresentable and every operation total.
| 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. |
-
net10.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Trax.Effect.StateMachine:
| Package | Downloads |
|---|---|
|
Trax.Effect.StateMachine.Persistence
Postgres-backed persistence for the Trax snapshot state-machine engine: a user-scoped snapshot store with optimistic concurrency, the FE-drives/BE-validates draft service, and a generic exactly-once effect primitive (lease + fence token). |
|
|
Trax.Effect.StateMachine.Testing
Cross-runtime differential conformance for Trax state machines: replay a generated differential corpus through the C# engine and get back the cases it fails to reproduce. The corpus is produced by the TypeScript oracle (@trax/state-machine); this proves the two engine ports stay behaviorally identical. Framework-agnostic — returns a diff list you assert on. |
GitHub repositories
This package is not used by any popular GitHub repositories.