dotnet-state-machine / stateless

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

Trigger information is missing for OnEntryFromAsync #511

Closed leeoades closed 1 year ago

leeoades commented 1 year ago

Represent async "entry actions from trigger" in the same way as the sync version. Fix bug where trigger information is missing from the StateMachine.GetInfo.

crozone commented 1 year ago

Looks good. I'm trying to figure out if this is a breaking change but I think it should be pretty low impact. @mclift

leeoades commented 1 year ago

I'm trying to figure out if this is a breaking change but I think it should be pretty low impact. @mclift

I would hope if I broke anything one of the unit tests would have told me!

mclift commented 1 year ago

I'm trying to figure out if this is a breaking change but I think it should be pretty low impact. @mclift

I would hope if I broke anything one of the unit tests would have told me!

This doesn't look like a breaking change to me.

crozone commented 1 year ago

Cheers. I'll merge this soon.