Appccelerate.StateMachine 3.3.0

Hierarchical state machine with fluent definition syntax
     Features:
     states and events can be defined with enums, strings or ints - resulting in single class state machines,
     actions on transitions, entry and exit actions, transition guards,
     hierarchical with different history behaviors to initialize state always to same state or last active state,
     fluent definition interface,
     synchronous/asynchronous state machine (passive state machine handles state transitions synchronously, active state machine handles state transitions asynchronously on the worker thread of the state machine),
     extensible thorough logging,
     state machine report for description of state machine (csv, yEd)

Install-Package Appccelerate.StateMachine -Version 3.3.0
dotnet add package Appccelerate.StateMachine --version 3.3.0
<PackageReference Include="Appccelerate.StateMachine" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Appccelerate.StateMachine --version 3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Appccelerate.StateMachine, 3.3.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Appccelerate.StateMachine as a Cake Addin
#addin nuget:?package=Appccelerate.StateMachine&version=3.3.0

// Install Appccelerate.StateMachine as a Cake Tool
#tool nuget:?package=Appccelerate.StateMachine&version=3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Release Notes

3.3.0:
- fixed: wrong target framework was specified in nuget package. Now targets netstandard1.0

3.2.0:
- targets now .net Standard 1.0 so you can use the state machine almost anywhere .net exists
- fixed a bug when passing a 'null' argument to the state machine

Dependencies

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Appccelerate.StateMachine:

Package Downloads
JetBrains.Psi.Features.UnitTesting
JetBrains Psi Features UnitTesting Package Version 212.0.20211006.163709

Version History

Version Downloads Last updated
3.3.0 0 06.02.2022