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
|`NumberOfProcessors`| General | Should use `[System.Environment]::ProcessorCount` instead of `$env:NUMBER_OF_PROCESSORS`. |`#SkipTest:NumberOfProcessors:Legacy code compatibility required`|
20
20
|`Verbose`| General | Should not pass `-Verbose` to other commands (which would override user preference), unless explicitly disabled with `-Verbose:$false`. |`#SkipTest:Verbose:Required for debugging output`|
21
21
|`OutNull`| General | Should use `$null = ...` instead of piping output to `Out-Null`. |`#SkipTest:OutNull:Pipeline processing required`|
0 commit comments