Stateflows.Common 0.19.2-beta

Prefix Reserved
This is a prerelease version of Stateflows.Common.
dotnet add package Stateflows.Common --version 0.19.2-beta
                    
NuGet\Install-Package Stateflows.Common -Version 0.19.2-beta
                    
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="Stateflows.Common" Version="0.19.2-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stateflows.Common" Version="0.19.2-beta" />
                    
Directory.Packages.props
<PackageReference Include="Stateflows.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Stateflows.Common --version 0.19.2-beta
                    
#r "nuget: Stateflows.Common, 0.19.2-beta"
                    
#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.
#:package Stateflows.Common@0.19.2-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Stateflows.Common&version=0.19.2-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Stateflows.Common&version=0.19.2-beta&prerelease
                    
Install as a Cake Tool

Introduction

Stateflows is a .NET-based framework for building executable State Machines. It targets .NET 8.0+ and uses actor model to achieve scalability and robustness. It comes with minimum dependencies and enables developers to write state-oriented business logic in a testable, object-oriented, enterprise-class code.

Getting Started

Go to Stateflows homepage to learn more.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Stateflows.Common:

Package Downloads
Stateflows

Package Description

Stateflows.Transport.Http.Client

Package Description

Stateflows.Transport.AspNetCore.SignalR.Client

Package Description

Stateflows.Transport.AspNetCore.SignalR

Package Description

Stateflows.Extensions.FluentValidation

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.19.2-beta 79 2/27/2026
0.19.1-beta 59 2/23/2026
0.19.0-beta 62 2/22/2026
0.18.9-beta 155 1/26/2026
0.18.8-beta 97 1/21/2026
0.18.7-beta 354 11/21/2025
0.18.6-beta 456 11/20/2025
0.18.5-beta 375 11/20/2025
0.18.4-beta 392 11/18/2025
0.18.3-beta 381 11/18/2025
0.18.2-beta 386 11/18/2025
0.18.1-beta 182 10/16/2025
0.18.0-beta 169 10/15/2025
0.17.11-alpha 323 9/8/2025
0.17.10-alpha 230 8/25/2025
0.17.9-alpha 336 8/25/2025
0.17.8-alpha 383 8/24/2025
0.17.7-alpha 211 8/14/2025
0.17.6-alpha 324 8/5/2025
Loading failed