Stateless 5.14.0-dev-7355700004
See the version list below for details.
dotnet add package Stateless --version 5.14.0-dev-7355700004
NuGet\Install-Package Stateless -Version 5.14.0-dev-7355700004
<PackageReference Include="Stateless" Version="5.14.0-dev-7355700004" />
<PackageVersion Include="Stateless" Version="5.14.0-dev-7355700004" />
<PackageReference Include="Stateless" />
paket add Stateless --version 5.14.0-dev-7355700004
#r "nuget: Stateless, 5.14.0-dev-7355700004"
#:package Stateless@5.14.0-dev-7355700004
#addin nuget:?package=Stateless&version=5.14.0-dev-7355700004&prerelease
#tool nuget:?package=Stateless&version=5.14.0-dev-7355700004&prerelease
Stateless
Create state machines and lightweight state machine-based workflows directly in .NET code:
var phoneCall = new StateMachine<State, Trigger>(State.OffHook);
phoneCall.Configure(State.OffHook)
.Permit(Trigger.CallDialled, State.Ringing);
phoneCall.Configure(State.Connected)
.OnEntry(t => StartCallTimer())
.OnExit(t => StopCallTimer())
.InternalTransition(Trigger.MuteMicrophone, t => OnMute())
.InternalTransition(Trigger.UnmuteMicrophone, t => OnUnmute())
.InternalTransition<int>(_setVolumeTrigger, (volume, t) => OnSetVolume(volume))
.Permit(Trigger.LeftMessage, State.OffHook)
.Permit(Trigger.PlacedOnHold, State.OnHold);
// ...
phoneCall.Fire(Trigger.CallDialled);
Assert.AreEqual(State.Ringing, phoneCall.State);
This project, as well as the example above, was inspired by Simple State Machine (Archived).
Features
Most standard state machine constructs are supported:
- Generic support for states and triggers of any .NET type (numbers, strings, enums, etc.)
- Hierarchical states
- Entry/exit actions for states
- Guard clauses to support conditional transitions
- Introspection
Some useful extensions are also provided:
- Ability to store state externally (for example, in a property tracked by an ORM)
- Parameterised triggers
- Reentrant states
- Export to DOT graph
Documentation
For guidance on how to use Stateles, the project README file contains documentation and code examples. The source repository also includes a few example projects.
Contributing
We welcome contributions to this project. Check CONTRIBUTING.md for more info.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (64)
Showing the top 5 NuGet packages that depend on Stateless:
Package | Downloads |
---|---|
LittleForker
A utility to assist with spawing child processes, monitor their lifecycle and co-operative shutdown. |
|
DiegoRangel.DotNet.Framework.CQRS.Domain.Core
A common library for implementing CQRS based Domain layer. |
|
Hyperledger.Aries
.NET Core tools for building agent services |
|
RedoSocial.Platform.ViewModels.Rx
Package Description |
|
RawRabbit.Operations.StateMachine
Integrate RawRabbit with the Stateless StateMachine. |
GitHub repositories (14)
Showing the top 14 popular GitHub repositories that depend on Stateless:
Repository | Stars |
---|---|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
github/VisualStudio
GitHub Extension for Visual Studio
|
|
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
|
|
Azure/iotedge
The IoT Edge OSS project
|
|
fagenorn/handcrafted-persona-engine
An AI-powered interactive avatar engine using Live2D, LLM, ASR, TTS, and RVC. Ideal for VTubing, streaming, and virtual assistant applications.
|
|
dotnetGame/MineCase
Minecraft server based on Orleans
|
|
pardahlman/RawRabbit
A modern .NET framework for communication over RabbitMq
|
|
NimbleSense/Susalem
加入带锅宫酱,来到苏州耶路撒冷的怀抱吧!
|
|
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
|
|
CrossGeeks/xUber
Uber Clone using Xamarin Forms
|
|
DynamicTranslator/DynamicTranslator
Instant translation application for windows in .NET :circus_tent:
|
|
damianh/LittleForker
A .NET utility library to spawn, supervise and (optionally) cleanly shut down child processes.
|
|
Kaioru/Edelstein
A v.95.1 Mushroom game server emulator written in C# .NET
|
|
mrsalmon1976/Stateless.WorkflowEngine
Basic .NET workflow engine based on the awesome stateless State Machine.
|
Version | Downloads | Last Updated |
---|---|---|
5.20.0 | 18,951 | 9/18/2025 |
5.20.0-dev-17841589139 | 289 | 9/18/2025 |
5.19.0 | 48,751 | 8/22/2025 |
5.19.0-dev-17621326750 | 284 | 9/18/2025 |
5.19.0-dev-17157499513 | 127 | 8/22/2025 |
5.18.0 | 60,174 | 8/3/2025 |
5.18.0-dev-17151133875 | 142 | 8/22/2025 |
5.18.0-dev-17151048893 | 129 | 8/22/2025 |
5.18.0-dev-17123170070 | 162 | 8/21/2025 |
5.18.0-dev-16986834496 | 147 | 8/15/2025 |
5.18.0-dev-16665478063 | 112 | 8/1/2025 |
5.18.0-dev-16665368567 | 122 | 8/1/2025 |
5.17.0 | 1,381,455 | 12/30/2024 |
5.17.0-dev-16123181037 | 176 | 7/7/2025 |
5.17.0-dev-12573353197 | 186 | 1/1/2025 |
5.17.0-dev-12536414383 | 183 | 12/29/2024 |
5.16.0 | 1,964,096 | 5/24/2024 |
5.16.0-dev-9828500365 | 212 | 7/7/2024 |
5.16.0-dev-9514287026 | 177 | 6/14/2024 |
5.16.0-dev-9221217254 | 184 | 5/24/2024 |
5.16.0-dev-12536374438 | 144 | 12/29/2024 |
5.16.0-dev-12479904394 | 145 | 12/24/2024 |
5.16.0-dev-12470918423 | 159 | 12/23/2024 |
5.16.0-dev-12470449205 | 161 | 12/23/2024 |
5.16.0-dev-10048603300 | 190 | 7/22/2024 |
5.15.0 | 1,545,808 | 12/29/2023 |
5.15.0-dev-9171714096 | 172 | 5/21/2024 |
5.15.0-dev-9058520056 | 178 | 5/13/2024 |
5.15.0-dev-8822304149 | 181 | 4/24/2024 |
5.15.0-dev-8790594175 | 200 | 4/22/2024 |
5.15.0-dev-8759383160 | 178 | 4/19/2024 |
5.15.0-dev-7356157229 | 508 | 12/29/2023 |
5.14.0 | 458,018 | 11/14/2023 |
5.14.0-dev-7355700004 | 477 | 12/29/2023 |
5.14.0-dev-7309801955 | 470 | 12/23/2023 |
5.14.0-dev-7232734414 | 505 | 12/16/2023 |
5.14.0-dev-7232709282 | 522 | 12/16/2023 |
5.14.0-dev-7164312319 | 548 | 12/11/2023 |
5.14.0-dev-7078872236 | 549 | 12/3/2023 |
5.14.0-dev-7078811950 | 518 | 12/3/2023 |
5.14.0-dev-6860395514 | 563 | 11/14/2023 |
5.14.0-dev-6851669594 | 527 | 11/13/2023 |
5.14.0-dev-6851630770 | 534 | 11/13/2023 |
5.14.0-dev-6823242034 | 1,028 | 11/10/2023 |
5.14.0-dev-6813247520 | 561 | 11/9/2023 |
5.14.0-dev-6811706736 | 492 | 11/9/2023 |
5.14.0-dev-6801352798 | 527 | 11/8/2023 |
5.13.0 | 2,474,918 | 12/29/2022 |
5.13.0-dev-6799430915 | 519 | 11/8/2023 |
5.13.0-dev-6746401636 | 532 | 11/7/2023 |
5.13.0-dev-5455458583 | 870 | 7/4/2023 |
5.13.0-dev-5455401408 | 731 | 7/4/2023 |
5.13.0-dev-5235510771 | 733 | 6/11/2023 |
5.13.0-dev-5157129238 | 775 | 6/2/2023 |
5.13.0-dev-4941000713 | 922 | 5/10/2023 |
5.13.0-dev-4940972813 | 913 | 5/10/2023 |
5.13.0-dev-4838097297 | 744 | 4/29/2023 |
5.13.0-dev-4838091545 | 790 | 4/29/2023 |
5.13.0-dev-4838052982 | 758 | 4/29/2023 |
5.13.0-dev-4832488606 | 753 | 4/28/2023 |
5.13.0-dev-4716514070 | 763 | 4/17/2023 |
5.13.0-dev-4701624597 | 795 | 4/14/2023 |
5.13.0-dev-4701061956 | 773 | 4/14/2023 |
5.13.0-dev-4027208421 | 793 | 1/27/2023 |
5.13.0-dev-4027203589 | 816 | 1/27/2023 |
5.13.0-dev-4027201259 | 820 | 1/27/2023 |
5.13.0-dev-3800477155 | 769 | 12/29/2022 |
5.12.0 | 888,436 | 10/17/2022 |
5.12.0-dev-3553426836 | 802 | 11/26/2022 |
5.12.0-dev-3498786305 | 788 | 11/18/2022 |
5.12.0-dev-3267018252 | 805 | 10/17/2022 |
5.11.0 | 4,736,093 | 4/28/2021 |
5.11.0-dev-3264102134 | 763 | 10/17/2022 |
5.11.0-dev-3191463566 | 780 | 10/17/2022 |
5.10.1 | 488,664 | 2/17/2021 |
5.10.1-dev-791423646 | 985 | 4/28/2021 |
5.10.1-dev-787896296 | 972 | 4/27/2021 |
5.10.1-dev-787889564 | 1,004 | 4/27/2021 |
5.10.1-dev-574334224 | 1,005 | 2/17/2021 |
5.10.0 | 5,356 | 2/14/2021 |
5.10.0-dev-560201439 | 958 | 2/12/2021 |
5.10.0-dev-560186344 | 995 | 2/12/2021 |
5.10.0-dev-542672901 | 1,131 | 2/6/2021 |
5.10.0-dev-542661127 | 1,020 | 2/6/2021 |
5.2.0 | 6,011 | 2/15/2021 |
5.2.0-dev-568743626 | 1,041 | 2/15/2021 |
5.1.9-dev-00610 | 1,027 | 2/6/2021 |
5.1.9-dev-00600 | 1,031 | 1/31/2021 |
5.1.8 | 603,328 | 1/13/2021 |
5.1.8-dev-00558 | 1,012 | 1/16/2021 |
5.1.8-dev-00553 | 1,023 | 1/13/2021 |
5.1.7 | 28,151 | 1/10/2021 |
5.1.7-dev-00548 | 1,082 | 1/10/2021 |
5.1.6 | 3,426 | 1/10/2021 |
5.1.6-dev-00547 | 1,074 | 1/10/2021 |
5.1.6-dev-00544 | 1,054 | 1/10/2021 |
5.1.5 | 567,193 | 11/17/2020 |
5.1.5-dev-00528 | 1,042 | 11/17/2020 |
5.1.4 | 97,111 | 11/7/2020 |
5.1.4-dev-00522 | 1,085 | 11/7/2020 |
5.1.4-dev-00521 | 1,106 | 11/7/2020 |
5.1.3 | 1,310,324 | 8/13/2020 |
5.1.3-dev-00520 | 1,163 | 11/7/2020 |
5.1.3-dev-00513 | 1,102 | 8/12/2020 |
5.1.2 | 706,572 | 4/27/2020 |
5.1.2-dev-00508 | 1,041 | 8/12/2020 |
5.1.2-dev-00501 | 1,107 | 4/27/2020 |
5.1.1 | 185,528 | 4/3/2020 |
5.1.1-dev-00500 | 1,153 | 4/27/2020 |
5.1.1-dev-00499 | 1,097 | 4/27/2020 |
5.1.1-dev-00492 | 1,161 | 4/3/2020 |
5.1.0 | 54,796 | 3/28/2020 |
5.1.0-dev-00489 | 1,151 | 4/3/2020 |
5.1.0-dev-00486 | 1,135 | 4/3/2020 |
5.1.0-dev-00485 | 1,164 | 4/3/2020 |
5.1.0-dev-00481 | 1,151 | 3/26/2020 |
5.1.0-dev-00480 | 1,165 | 3/26/2020 |
5.1.0-dev-00479 | 1,086 | 3/25/2020 |
5.1.0-dev-00478 | 1,130 | 3/25/2020 |
5.1.0-dev-00477 | 1,085 | 3/24/2020 |
5.0.0 | 255,510 | 2/29/2020 |
5.0.0-dev-00476 | 1,125 | 3/24/2020 |
5.0.0-dev-00473 | 1,120 | 3/13/2020 |
5.0.0-dev-00472 | 1,110 | 3/13/2020 |
5.0.0-dev-00471 | 1,117 | 3/13/2020 |
5.0.0-dev-00464 | 1,148 | 2/27/2020 |
5.0.0-dev-00463 | 1,215 | 2/27/2020 |
4.4.0 | 262,302 | 2/7/2020 |
4.4.0-dev-00453 | 1,206 | 2/6/2020 |
4.4.0-dev-00451 | 1,159 | 2/6/2020 |
4.4.0-dev-00450 | 1,141 | 2/6/2020 |
4.4.0-dev-00447 | 1,166 | 2/6/2020 |
4.4.0-dev-00445 | 1,101 | 2/6/2020 |
4.4.0-dev-00443 | 1,439 | 2/6/2020 |
4.3.0 | 270,199 | 11/18/2019 |
4.2.1 | 3,521,552 | 6/2/2018 |
4.2.0 | 21,789 | 6/1/2018 |
4.2.0-dev-00366 | 1,836 | 6/2/2018 |
4.2.0-dev-00364 | 1,687 | 6/1/2018 |
4.2.0-dev-00363 | 1,886 | 6/1/2018 |
4.2.0-dev-00360 | 1,875 | 6/1/2018 |
4.2.0-dev-00355 | 2,006 | 5/31/2018 |
4.2.0-dev-00350 | 1,967 | 5/28/2018 |
4.2.0-dev-00349 | 1,972 | 5/28/2018 |
4.1.0 | 42,041 | 5/18/2018 |
4.1.0-dev-00341 | 1,881 | 5/18/2018 |
4.1.0-dev-00340 | 1,820 | 5/18/2018 |
4.1.0-dev-00337 | 1,854 | 5/18/2018 |
4.1.0-dev-00331 | 2,032 | 5/15/2018 |
4.1.0-dev-00326 | 1,731 | 5/14/2018 |
4.1.0-dev-00319 | 4,207 | 5/11/2018 |
4.1.0-dev-00316 | 1,733 | 5/11/2018 |
4.1.0-dev-00311 | 1,974 | 5/7/2018 |
4.1.0-dev-00307 | 1,915 | 5/4/2018 |
4.1.0-dev-00299 | 1,774 | 4/27/2018 |
4.0.1-dev-00294 | 2,154 | 4/24/2018 |
4.0.1-dev-00275 | 13,354 | 3/24/2018 |
4.0.1-dev-00260 | 7,051 | 10/18/2017 |
4.0.1-dev-00258 | 1,953 | 10/16/2017 |
4.0.1-dev-00256 | 2,196 | 10/6/2017 |
4.0.0 | 776,099 | 9/30/2017 |
4.0.0-dev-00247 | 3,606 | 7/27/2017 |
4.0.0-dev-00244 | 3,013 | 6/15/2017 |
4.0.0-dev-00242 | 2,138 | 6/13/2017 |
4.0.0-dev-00236 | 1,830 | 6/1/2017 |
4.0.0-dev-00223 | 1,908 | 5/19/2017 |
4.0.0-dev-00221 | 1,802 | 5/17/2017 |
4.0.0-dev-00220 | 1,740 | 5/17/2017 |
4.0.0-dev-00217 | 2,974 | 5/15/2017 |
4.0.0-dev-00196 | 2,325 | 4/6/2017 |
4.0.0-dev-00194 | 1,764 | 4/6/2017 |
4.0.0-dev-00187 | 1,803 | 4/6/2017 |
4.0.0-dev-00177 | 1,940 | 3/24/2017 |
4.0.0-dev-00175 | 1,786 | 3/24/2017 |
4.0.0-dev-00173 | 1,803 | 3/24/2017 |
3.2.0-dev-00170 | 2,212 | 3/24/2017 |
3.2.0-dev-00168 | 1,836 | 3/20/2017 |
3.2.0-dev-00166 | 2,003 | 2/28/2017 |
3.1.1-dev-00165 | 2,080 | 2/28/2017 |
3.1.1-dev-00162 | 1,768 | 2/28/2017 |
3.1.1-dev-00155 | 1,821 | 2/20/2017 |
3.1.1-dev-00152 | 1,970 | 2/7/2017 |
3.1.1-dev-00151 | 1,909 | 1/22/2017 |
3.1.1-dev-00143 | 1,905 | 1/3/2017 |
3.1.1-dev-00141 | 1,921 | 1/2/2017 |
3.1.0 | 846,468 | 12/15/2016 |
3.0.2-dev-00132 | 2,468 | 12/8/2016 |
3.0.1 | 16,423 | 11/23/2016 |
3.0.1-dev-00123 | 1,818 | 11/22/2016 |
3.0.1-dev-00113 | 2,213 | 11/11/2016 |
3.0.0 | 111,131 | 11/3/2016 |
3.0.0-dev-00109 | 1,942 | 11/2/2016 |
3.0.0-dev-00108 | 1,878 | 11/2/2016 |
3.0.0-dev-00106 | 1,867 | 11/2/2016 |
3.0.0-dev-00105 | 2,034 | 11/1/2016 |
3.0.0-dev-00099 | 2,069 | 10/31/2016 |
3.0.0-dev-00094 | 2,807 | 10/3/2016 |
3.0.0-dev-00093 | 1,763 | 10/3/2016 |
3.0.0-dev-00092 | 1,832 | 10/3/2016 |
2.5.84 | 116,215 | 8/23/2016 |
2.5.80 | 55,139 | 7/25/2016 |
2.5.79 | 78,876 | 7/19/2016 |
2.5.68 | 13,279 | 7/1/2016 |
2.5.66 | 2,447 | 6/30/2016 |
2.5.62 | 25,135 | 3/29/2016 |
2.5.61 | 40,256 | 3/22/2016 |
2.5.59 | 4,206 | 3/7/2016 |
2.5.56 | 19,524 | 2/25/2016 |
2.5.53 | 99,099 | 2/3/2016 |
2.5.40 | 7,711 | 1/25/2016 |
2.5.36 | 23,181 | 12/10/2015 |
2.5.29 | 42,187 | 11/7/2015 |
2.5.28 | 2,460 | 11/7/2015 |
2.5.23 | 4,488 | 10/28/2015 |
2.5.21 | 43,042 | 7/6/2015 |
2.5.18 | 9,508 | 6/9/2015 |
2.5.15 | 13,691 | 4/9/2015 |
2.5.11 | 69,974 | 10/26/2014 |
2.5.10 | 2,623 | 10/23/2014 |
2.5.8 | 7,541 | 10/20/2014 |
2.4.0 | 63,947 | 3/19/2013 |
2.3.1.1 | 53,395 | 1/7/2011 |