It is now possible to call InstallerBase.Install(false) to bind NullReactor as a product of ReactorFactory, thus disconnecting reactor.
This introduces a minor backward-compability issue: Repository concrete class carries a generic parameter with a Reactor type. Injecting concrete Repository classes is even more discouraged now.
It is now possible to call
InstallerBase.Install(false)
to bindNullReactor
as a product ofReactorFactory
, thus disconnecting reactor.This introduces a minor backward-compability issue:
Repository
concrete class carries a generic parameter with aReactor
type. Injecting concreteRepository
classes is even more discouraged now.