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

InstancePerMatchingLifetimeScope #30

Closed wasabii closed 6 years ago

wasabii commented 6 years ago

This project should register the lifetime scope with a tag, so that additional things can be configured to register within the same scope but not lower. Since it promotes hosting multiple service instances in a single root container, this seems quite wise.

The tag should also be configurable.

wasabii commented 6 years ago

31

alexmg commented 6 years ago

This change is in Autofac.ServiceFabric 2.1.0-develop-00053 on our MyGet feed (https://www.myget.org/F/autofac/api/v3/index.json). It would be awesome if you could give it a test.