You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
kapilmb
changed the title
Comment help correction inside function with CmdletBinding doesn't generate parameter help
Block comment trigger characters at the beginning of function body do not generate parameter help
May 31, 2017
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.The text was updated successfully, but these errors were encountered: