FreshMVVM uses an implmentation of TinyIOC for simple IOC and whilst that has worked fine for us for a while I need to work more closely with the Shiny Framework and need to register dependencies with that.
I do not want to register dependencies twice nor do I particularly want to replace the whole of the current TinyIOC container that FreshMVVM is using. Is there a way of registering a fallback for FreshMVVM dependency resolution? I could then give FreshMVVM the instance registered with Shiny.
I've looked through the FreshMVVM source and all i can see is support for complete container replacement which i'd rather not do.