Posts tagged with: service-fabric
All TagsFound 1 post tagged with "service-fabric"
-
Introducing the Autofac integration for Service Fabric
The Autofac.ServiceFabric integration provides lifetime scoping support for Service Fabric services. It uses DynamicProxy interception and custom factory registration classes to track the lifetime of the services within a nested Autofac lifetime scope. This allows for disposal tracking and instance sharing for the service.