PowerShell/test/powershell/Modules
bergmeister ffd39b2853 PSScriptAnalyzer fixes by category (#4261)
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'ForEach-Object' (alias is '%' or 'foreach')
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'Where-Object' (alias is '?' or 'where')
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'Select-Object' (alias is 'select')
- Fix PSScriptAnalyzer warnings of type PSPossibleIncorrectComparisonWithNull. Essentially, $null has to be on the left-hand side when using it for comparison.
- A Test in ParameterBinding.Tests.ps1 needed adapting as this test used to rely on the wrong null comparison
- Replace a subset of tests of kind '($object -eq $null) | Should Be $true' with '$object | Should Be $null'
2017-07-21 21:03:49 -07:00
..
CimCmdlets Added tests to close code coverage in CIM area (#2528) 2016-11-17 11:46:07 -08:00
Microsoft.PowerShell.Core PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Microsoft.PowerShell.Diagnostics Due to the use of unsupported APIs, we must remove the Counter CmdLets in the Diagnostics Module until a better solution is found. (#4303) 2017-07-19 17:20:01 -07:00
Microsoft.Powershell.Host PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Microsoft.PowerShell.LocalAccounts PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Microsoft.PowerShell.Management PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Microsoft.PowerShell.Security PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Microsoft.PowerShell.Utility PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
PackageManagement PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
PowerShellGet Fixed code coverage infrastructure and some failing tests (#3914) 2017-06-05 17:37:48 -07:00
PSDesiredStateConfiguration corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
PSReadLine PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
map.json fix two more file copy targets 2016-08-02 12:05:24 -07:00