1.5.0-preview7
Pre-release
Pre-release
Breaking Changes
- Custom
IActorActivator
now need to be registered via native DI instead of dedicatedActivator()
registration method. See DependencyInjection.Autofac and Demo examples.
New Features
- Full support for native DI via additional
Services(Action<IServiceCollection> configuie)
method onClusterConfigirator
. This allows registering custom placement strategies, etc - Default actor activator now resolves actor instances via native DI
- New
Actor
constructor overloads which makes using native DI possible.Id
,IActorRuntime
- are all optional now. To use native DI just make them optional in subclass constructors as well. See DependencyInjection.Native and Demo examples.