Is there any way to turn of the feature that resolves circular
dependencies?
At least for me it's easy to just inject stuff and after a while
things explode in a circular dependency that is hard to track down, I
still have a hard time tracking it down even with the nice detailed
exception. I think it would be nice to be able to turn the feature off
to get an error directly up front when I try to inject a circular
dependency.
Thanks!