How can I make Unity not to throw ResolutionFailedException if Resolve fails?
ResolutionFailedException
Resolve
Is there something like TryResolve<
TryResolve<
IComponent component= null; if (c.IsRegistered(registrationName)) { component= c.Resolve(registrationName); } return component;