Skip to main content
Appccelerate.StateMachine package icon

Appccelerate.StateMachine

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)

Total Downloads
2.2M
2,206,659
Published
Nov 27, 2019
Latest stable version

Install

.NET CLI
dotnet add package Appccelerate.StateMachine --version 5.1.0
Package Manager Console
Install-Package Appccelerate.StateMachine -Version 5.1.0
PackageReference
<PackageReference Include="Appccelerate.StateMachine" Version="5.1.0" />

Frameworks

.NETStandard1.3

Dependencies

NETStandard.Library
.NETStandard1.3
[1.6.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.