dotnet-state-machine / stateless

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

Added FireAsync(TriggerWithParameters, params object[]) overload #536

Closed DeepakParamkusam closed 7 months ago

DeepakParamkusam commented 11 months ago

This is async counterpart to existing Fire(TriggerWithParameters, params object[]) method. Required for firing triggers with more than 3 parameters asynchronously.

DeepakParamkusam commented 7 months ago

@mclift Could you check this PR and add it to 5.14 release if all is ok?

mclift commented 7 months ago

Thanks for your contribution, @DeepakParamkusam