Tagged Questions
1
vote
1answer
458 views
Castle Windsor ResolveAll that throws when any of registered services cannot be resolved
It seems that current behaviour of Castle Windsor (2.0) method
container.ResolveAll(Type type)
is to ignore all services that cannot be resolved due to missing dependencies. What is recommened way ...