dotnet-state-machine/stateless
A simple library for creating state machines in C# code observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 75
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4401
- days_rel: n/a
- days_push: 151
- n_releases_24m: 0
Adoption not part of the score
6245 stars · 802 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Stateless is a C# library for creating state machines and lightweight state machine-based workflows directly in .NET code. It supports hierarchical states, entry/exit actions, guard clauses, parameterised triggers, and graph export.
Use cases
- model state machines in C# code
- build lightweight workflow engines in .NET
- implement hierarchical states with entry and exit actions
- add conditional transitions with guard clauses
- export state machine diagrams to DOT or mermaid
- store state machine state externally in an ORM-tracked property
When to choose
- you need a fluent, in-code state machine for a .NET application
- you want hierarchical states, guards, and parameterised triggers without external tooling
- you need to visualize state machines as DOT or mermaid graphs
When to avoid
- you need a full BPMN or durable workflow orchestration engine
- your project is not on the .NET platform
- you need distributed or long-running persisted workflows with human tasks
Facets
library · maturity stable
workflow-automation developer-tools developer-tools cross-platform dotnet cross-platform state-machine csharp finite-state-machine dotnet workflow automation
1 source
- readme: https://github.com/dotnet-state-machine/stateless · fetched 2026-08-28 · 5242e151e885
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dotnet-state-machine/stateless | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="dotnet-state-machine/stateless")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem