-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I noticed in an exception message that input
and output
types cannot be an array
.
Why is that, really? An array is easy to type, and while not immutable, its size is fixed.
Would it be possible to relax this restriction?
if (collectionType.IsArray) |
Line 32 in 9bcebe1
if (!input.GetType().IsGenericCollection()) |
Line 40 in 9bcebe1
if (!patternActivityResultType.IsGenericCollection()) |
Metadata
Metadata
Assignees
Labels
No labels