Skip to content

Commit 884a6c2

Browse files
committed
wip unitycontainer/unity#306
1 parent 90fb90d commit 884a6c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/UnityContainer.Resolution.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ private static IList<TElement> ResolveRegistrations<TElement>(ref BuilderContext
217217
else
218218
list.Add((TElement)context.Resolve(type, entry.Name, entry.Registration));
219219
}
220+
catch (MakeGenericTypeFailedException) { /* Ignore */ }
220221
catch (ArgumentException ex) when (ex.InnerException is TypeLoadException)
221222
{
222223
// Ignore

0 commit comments

Comments
 (0)