How can I make Unity not to throw ResolutionFailedException if Resolve fails?
ResolutionFailedException
Resolve
Is there something like TryResolve<
TryResolve<
Also note that, if you're using Unity 2.0 you can use the new IsRegistered() method and it's generic version as well.