bbv.Common.StateMachine 7.4.1244.2228

There is a newer version of this package available.
See the version list below for details.
dotnet add package bbv.Common.StateMachine --version 7.4.1244.2228
NuGet\Install-Package bbv.Common.StateMachine -Version 7.4.1244.2228
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bbv.Common.StateMachine" Version="7.4.1244.2228" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bbv.Common.StateMachine --version 7.4.1244.2228
#r "nuget: bbv.Common.StateMachine, 7.4.1244.2228"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install bbv.Common.StateMachine as a Cake Addin
#addin nuget:?package=bbv.Common.StateMachine&version=7.4.1244.2228

// Install bbv.Common.StateMachine as a Cake Tool
#tool nuget:?package=bbv.Common.StateMachine&version=7.4.1244.2228

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
       o on transitions
       o entry and exit actions
     * transition guards
     * hierarchical
       o different history behaviors to initialize state always to same state or last active state
     * fluent definition interface
     * synchronous/asynchronous state machine
       o passive state machine handles state transitions synchronously
       o 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

bbv.Common.StateMachine is a part of bbv.Common, a library of .NET components and functionality including:
     * (a)synchronous notification component with thread switching using publisher-subscriber pattern,
     * hierarchical state machine with fluent definition syntax,
     * programmatic, loosely coupled, context based rule engine,
     * support for active objects to build multi-threaded applications

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on bbv.Common.StateMachine:

Package Downloads
bbv.Common.StateMachine.Log4Net

log4net logging extension for bbv.Common.StateMachine. bbv.Common.StateMachine is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

bbv.Common.StateMachine.YEd

yEd graphml file generator for bbv.Common.StateMachine. You can create files from your state machine definition that can be loaded with yEd. bbv.Common.StateMachine.YEd is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.4.12149.1635 11,400 5/28/2012
7.4.12089.2010 1,992 3/29/2012
7.4.12045.727 1,991 2/14/2012
7.4.11331.1827 2,161 11/28/2011
7.4.1244.2228 1,825 2/13/2012
7.4.1187.412 11,518 3/28/2011