dotnet-state-machine / stateless

A simple library for creating state machines in C# code
Other
5.53k stars 765 forks source link

Refactor Add initial transition to GetInitialTransition method #558

Closed sulmar closed 9 months ago

sulmar commented 9 months ago

It's my proposal for change based on #557

This will open up new possibilities for defining your own formatters.

sulmar commented 9 months ago

I just created a branch on which I started testing the export to Mermaid diagrams: https://github.com/sulmar/stateless/blob/add-mermaid-graph-style

Still needs refinement but looks like it's starting to work after refactoring.

mclift commented 9 months ago

3 days and no additional comments, so let's get this merged. Thanks, @sulmar