Block comment trigger characters at the beginning of function body do not generate parameter help #478
Closed
Description
From @daviwil on May 31, 2017 15:10
Just noticed this while putting together the changelog for the PowerShell extension:
The function gets identified correctly but it seems that PSScriptAnalyzer doesn't read the parameters correctly if a [CmdletBinding()]
attribute is used on the parameter block.
Copied from original issue: PowerShell/PSScriptAnalyzer#768