I'm using this Our.Umbraco.IoC package for dependency injection with AutoFac. This package resolves all Umbraco dependencies for us, so we can take care only about our stuff.
But I'm getting circular dependency exception from time to time about UmbracoHelper constructor injection. I can't figure out what is the problem?
ExceptionMessage: Circular component dependency detected: Umbraco.Web.UmbracoContext
Hi everyone,
I'm using this Our.Umbraco.IoC package for dependency injection with AutoFac. This package resolves all Umbraco dependencies for us, so we can take care only about our stuff.
But I'm getting circular dependency exception from time to time about UmbracoHelper constructor injection. I can't figure out what is the problem?
Here is a detailed explanation: https://github.com/Shazwazza/Our.Umbraco.IoC/issues/7
Thanks for any suggestions!
is working on a reply...