dotnet-state-machine / stateless

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

Remove getDestination, and use Destination property instead. #575

Closed HenningNT closed 1 month ago

HenningNT commented 1 month ago

Remove getDestination, and use Destination property instead. Only dynamic transition needs a GetDestination, so it still has it. Updated tests according to changes.