You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to what I did for parameters with default values, it would be nice to have overloads where, instead of generating the parameter type as Argument<string[]> values, it would be params string[] values. Not sure if this would open a can of worms with ambiguous method overloads, but it's worth a try.
Now that I think about it, I think I do this if there are parameters with default values, so I may need to tweak this a bit.
The text was updated successfully, but these errors were encountered:
Similar to what I did for parameters with default values, it would be nice to have overloads where, instead of generating the parameter type as
Argument<string[]> values
, it would beparams string[] values
. Not sure if this would open a can of worms with ambiguous method overloads, but it's worth a try.Now that I think about it, I think I do this if there are parameters with default values, so I may need to tweak this a bit.
The text was updated successfully, but these errors were encountered: