Tagged Questions
2
votes
4answers
127 views
Unity IOC Recursion - A use for interceptors?
So, I'm trying to solve a problem that I'm sure someone else has already encountered. Basically, I want the call to my IoC container to recursively resolve the dependencies, but also potentially ...