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
In Suppressing rules in README.md, the last two examples omit the CheckID parameter. When used like this, the constructor for SuppressMessageAttribute throws an exception
Eg. when using the example provided under 'Suppress violations in all the functions' in a script:
In Suppressing rules in README.md, the last two examples omit the CheckID parameter. When used like this, the constructor for SuppressMessageAttribute throws an exception
Eg. when using the example provided under 'Suppress violations in all the functions' in a script:
When executing this script, PowerShell throws this error:
The example starting on line 302 should read:
and on line 307
The text was updated successfully, but these errors were encountered: