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

Allow logging exceptions during service instantiation #37

Closed EspenG closed 6 years ago

EspenG commented 6 years ago

This should resolve https://github.com/autofac/Autofac.ServiceFabric/issues/33

EspenG commented 6 years ago

Updated with more descriptive name for Action as requested by @alexmg in #33.