Add per-file discovery and run mode (fixes #2723)#2725
3 new alerts
New alerts in code changed by this pull request
- 1 warning
- 2 notes
See annotations below for details.
Annotations
Check warning on line 2521 in src/Pester.Runtime.ps1
Code scanning / PSScriptAnalyzer
The parameter 'private:d' has been declared but not used. Warning
Check notice on line 2040 in src/Pester.Runtime.ps1
Code scanning / PSScriptAnalyzer
The built-in *-Object-cmdlets are slow compared to alternatives in .NET. To fix a violation of this rule, consider using an alternative like foreach/for-keyword etc.`. Note
Check notice on line 2330 in src/Pester.Runtime.ps1
Code scanning / PSScriptAnalyzer
The built-in *-Object-cmdlets are slow compared to alternatives in .NET. To fix a violation of this rule, consider using an alternative like foreach/for-keyword etc.`. Note