Releases: autofac/Autofac.ServiceFabric
Releases · autofac/Autofac.ServiceFabric
v4.0.0
This release is an update for compatibility with Autofac 6.0.0 and requires that new version. Autofac 6.0.0 does have some breaking changes - see the Autofac release notes for more information.
- Fix #57 - Provide hook to add registrations when lifetime scope for service is being created
v3.0.0
This release is an update for compatibility with Autofac 5.0.0 and requires that new version. Autofac 5.0.0 does have some breaking changes - see the Autofac release notes for more information.
- Minimum .NET Framework updated to .NET 4.6.1.
- Minimum Autofac 5.1.0.
Thanks @pcherpitel for the PR to get this done!
v2.2.0
v2.1.0
- Allow logging exceptions during service instantiation.
- Custom
ActorService
can be passed toRegisterActor
. - Lifetime scope tag for actors and services can now be specified during registration.
- Upgraded
Autofac.Extras.DynamicProxy
to 4.5.0. - Switched from symbol server to SourceLink support.
- Upgraded Service Fabric packages to 6.3.187.
v2.0.0
v1.0.0
v1.0.0-beta1
v1.0.0-alpha3
- Removed non-generic registration methods.
- Allow internal service types to be registered if internals are visible to DynamicProxyGenAssembly2.
v1.0.0-alpha2
- Upgraded to Autofac 4.5.0 release package.
- Removed the need to call separate factory registration methods with IContainer instance after container built.
- Removed support for scanning based registration of Service Fabric services.