ScriptCop icon indicating copy to clipboard operation
ScriptCop copied to clipboard

ScriptCop is a static analysis and testing tool for Windows PowerShell

Results 1 ScriptCop issues
Sort by recently updated
recently updated
newest added

Running Test-ForUnimportedModuleFile without External *.ps1 scripts throws the following error. ``` Compare-Object : Cannot bind argument to parameter 'ReferenceObject' because it is null. At C:\Users\jmoening\workspace\ScriptCop\Rules\Test-ForUnimportedModuleFile.ps1:21 char:37 + Compare-Object -ReferenceObject $verbNounPairFiles...