Closed liamjpeters closed 4 months ago
The default type definition of [Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleInfo] declares a property called Name - which is not a member of the type.
[Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleInfo]
Name
PR updates this to RuleName.
RuleName
Resolves #2010
.cs
.ps1
.psm1
WIP:
PR Summary
The default type definition of
[Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleInfo]
declares a property calledName
- which is not a member of the type.PR updates this to
RuleName
.Resolves #2010
PR Checklist
.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
to the beginning of the title and remove the prefix when the PR is ready.