For a project I'm attempting to use DryIOC (traditionally I've used Autofac as per the Umbraco docs, but attempting to use this framework for performance).
Has anyone had any success using this? After registering all WebAPI controllers, I get an error from DryIOC stating it doesn't know which constructor to use for the back office UmbracoTreeController?
Using DryIOC for ioc
Hello,
For a project I'm attempting to use DryIOC (traditionally I've used Autofac as per the Umbraco docs, but attempting to use this framework for performance).
Has anyone had any success using this? After registering all WebAPI controllers, I get an error from DryIOC stating it doesn't know which constructor to use for the back office UmbracoTreeController?
Thanks Rick
Decided based on this guide to use lightinject instead as it's on the v8 roadmap
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/88481-lightinject-instructions-for-umbraco-7
is working on a reply...