autofac / Autofac.ServiceFabric

Autofac integration for Azure Service Fabric. Provides service factory implementations for Actors, Stateful Services and Stateless Services.
MIT License
26 stars 27 forks source link

Ability to set ActorServiceSettings #3

Closed Mardoxx closed 7 years ago

Mardoxx commented 7 years ago

https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-actors-lifecycle#actor-deactivation

alexmg commented 7 years ago

Good catch @Mardoxx. I'll take a look at this.

Mardoxx commented 7 years ago

That was quick!

alexmg commented 7 years ago

I ended up adding pass through for all the optional ActorService constructor parameters while I was in there.

alexmg commented 7 years ago

Just pushed a 1.0.0-beta1 package to NuGet. Let me know if you have any problems.