MassTransit / Automatonymous

A state machine library for .Net - 100% code - No doodleware
Apache License 2.0
736 stars 117 forks source link

Support DI for Activities #60

Closed Alksar closed 4 years ago

Alksar commented 5 years ago

Masstransit.AutomatonymousIntegration supported dependency injection for Activities with ContainerFactoryActivity (IStateMachineActivityFactory).

Is it possible to do something similar for pure Automatonymous?

phatboyg commented 4 years ago

Doubtful, due to the dependency issues it would create. You're welcome to do it yourself though.

dynamatt commented 4 years ago

For anyone looking for this broken link, here is the ContainerFactoryActivity.