Info
Version: | 0.10.0 |
Author(s): | Viktor T. |
Last Update: | Friday, March 21, 2025 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Machinery |
Install
Install-Package Machinery
dotnet add package Machinery
paket add Machinery
Machinery Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.0
No dependencies.
No dependencies.
No dependencies.
No dependencies.
Tags
Commonly used types:
• IState<TContext, TEvent, TState>
• StateMachine<TContext, TEvent, TState>
• IAsyncState<TContext, TEvent, TState>
• AsyncStateMachine<TContext, TEvent, TState>.