Skip to content

Akka.NET integration plugin for DryIoc dependency injection library

License

Notifications You must be signed in to change notification settings

EgoPingvina/Akka.DI.DryIoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuget Nuget

Akka.DI.DryIoc

Actor Producer Extension backed by the DryIoc Dependency Injection Container for the Akka.NET framework.

What is it?

Akka.DI.DryIoc is an ActorSystem extension for the Akka.NET framework that provides an alternative to the basic capabilities of Props when you have Actors with multiple dependencies.

If DryIoc is your IoC container of choice and your actors have dependencies that make using the factory method provided by Props prohibitive and code maintenance is an important concern then this is the extension for you.