Closed SteveGilham closed 4 years ago
Addresses issue #73
If a parameter name is null, generate a dummy value of the form P_# where # is the zero-based index number of the null parameter.
P_#
#
Note that commit ee013f5 exists purely to work around the old version of MSBuild on the selected AppVeyor configuration.
Thanks, @SteveGilham! Published as 2.1.0.
2.1.0
Addresses issue #73
If a parameter name is null, generate a dummy value of the form
P_#
where#
is the zero-based index number of the null parameter.