Is there any way to inject dependencies in to the Azure Service Fabric Actor\'s constructor?
@abatishchev I think you are referring to the Service-Locator antipattern. Both Dependency Injection and Service-Locator are variations of Inversion of Control.
https://www.martinfowler.com/articles/injection.html