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.
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
The text was updated successfully, but these errors were encountered: