2

In the README.md of the FreshMVVM repo it is explained which interface has to be implemented to use any other IoC container besides the built-in version of TinyIoC.

Is there anyone here who already created a implementation for DryIoC and get it to work properly? I'd know how to implement the functions like Register<RegisterType, RegisterImplementation> and Resolve<RegisterType>, but besides that I'm more or less lost. Also it seems that if I use a custom IoC container implementation pages and their viewmodels cannot be resolved without explictely registering them in the first place. This is not necessary with the built-in container.

Christoph Mett
  • 369
  • 3
  • 16
  • Did you ever get your issues solved? Particularly "if I use a custom IoC container implementation pages and their viewmodels cannot be resolved without explictely registering them in the first place." – Pat Long - Munkii Yebee Oct 27 '22 at 14:57
  • Not really. I just went with creating my own dependency injection "framework" to register and resolve views, etc. – Christoph Mett Nov 04 '22 at 15:00

0 Answers0