Closed
Description
Currently, when using FluentMethod with params, the params attribute is missing in the generated code. For example in public void UseThis(params string[] items)
, the generated code will only have string[] items
as the parameter. See also ParamsArrayAttribute.