We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fb90d commit 884a6c2Copy full SHA for 884a6c2
1 file changed
src/UnityContainer.Resolution.cs
@@ -217,6 +217,7 @@ private static IList<TElement> ResolveRegistrations<TElement>(ref BuilderContext
217
else
218
list.Add((TElement)context.Resolve(type, entry.Name, entry.Registration));
219
}
220
+ catch (MakeGenericTypeFailedException) { /* Ignore */ }
221
catch (ArgumentException ex) when (ex.InnerException is TypeLoadException)
222
{
223
// Ignore
0 commit comments