UnityMVR / umvr

Unity on Rails
MIT License
0 stars 0 forks source link

Add support for reactor-less models #7

Closed Pindwin closed 2 months ago

Pindwin commented 2 months ago

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.