Closed
Description
IF You add a blank HelpMessage on a cmdlet parameter code generation will fail trying to look for the System.Management.Automation.resources.dll file.
This is admittedly a very minor deal...
Specifically this code:
[Parameter(Mandatory = true, ParameterSetName = "id", HelpMessage = "")]
public int Id { get; set; }
Fails with the attached exception.
exception.txt
Metadata
Metadata
Assignees
Labels
No labels