dotnet-state-machine / stateless

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

Add a Description parameter to Configure.Permit such that this is added to the dot output #461

Open Simonl9l opened 3 years ago

Simonl9l commented 3 years ago

It would be great to add a description, as you can, to the OnEntryAsync etc. such that these are then emoted to the dot along side the the transition name.

Generally adding these in all configuration components would most helpful, as one otherwise ends up manually editing the dot.

Thanks - great library!