Skip to content

Commit 5a2b0b6

Browse files
committed
Releasing 5.8.0
1 parent c38f061 commit 5a2b0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityContainer.Implementation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ internal Type GetFinalType(Type argType)
513513
next = info.GenericTypeArguments[0];
514514
if (null != GetChained(next)) return next;
515515
}
516-
else if (info.IsArray)
516+
else if (type.IsArray)
517517
{
518518
next = info.GetElementType();
519519
if (typeof(Lazy<>) != next &&

0 commit comments

Comments
 (0)