RoadieRichStateMachine
A while back, I found myself needing a state machine for a project. I had some experience with a state machine from a previous employment, but I couldn't find one that looked like that. So I wrote one. If you clone the repo, you'll get a demo project and unittests, but I also wanted to figure out Nuget, so I uploaded it there . The Nuget package doesn't include any documentation other than that used for IntelliSense, so I figured I write about it a little.