PSScriptAnalyzer icon indicating copy to clipboard operation
PSScriptAnalyzer copied to clipboard

Parameters that accept wildcards do not have the SupportsWildcards attribute

Open sdwheeler opened this issue 4 years ago • 0 comments

The following cmdlets have the listed parameters that support wildcards. However, those parameters to do have the [SupportsWildcards()] attribute. This makes discovery of wildcard support impossible. PlatyPS cannot create accurate documentation.

Get-ScriptAnalyzerRule

  • CustomRulePath
  • Name

Invoke-ScriptAnalyzer

  • CustomRulePath
  • ExcludeRule
  • IncludeRule
  • Path

sdwheeler avatar Oct 07 '21 17:10 sdwheeler