PowerShell/test/powershell/Modules
Steve Lee 2a45ccc787 Fix ConciseView to show Activity instead of myCommand (#11007)
ConciseView shows MyCommand as the prefix to the error message, but for a scriptblock, MyCommand is the whole scriptblock. Fix is to use CategoryInfo.Activity if available first. Also handle case where it's a script function by seeing if it's a command and showing MyCommand in that case rather than the Activity.
2019-11-10 16:21:10 +05:00
..
CimCmdlets Support the pipeline chain operators && and || in PowerShell language (#9849) 2019-10-17 14:43:46 -07:00
Microsoft.PowerShell.Core Fix piping more than one CommandInfo to Get-Command (#10929) 2019-11-07 11:59:24 -08:00
Microsoft.PowerShell.Diagnostics Add back Get-Counter cmdlet for Windows (#10933) 2019-11-05 16:48:11 -08:00
Microsoft.Powershell.Host Update tests to account for when $PSHOME is readonly (#9279) 2019-04-04 23:01:01 -07:00
Microsoft.PowerShell.LocalAccounts Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Microsoft.PowerShell.Management Added cross-platform Get-Clipboard and Set-Clipboard (#10340) 2019-11-04 11:28:58 -08:00
Microsoft.PowerShell.Security Implement ForEach-Object -Parallel feature (#10229) 2019-08-13 13:40:58 -07:00
Microsoft.PowerShell.Utility Fix ConciseView to show Activity instead of myCommand (#11007) 2019-11-10 16:21:10 +05:00
Microsoft.WSMan.Management Add ItemSeparator and AltItemSeparator properties in ProviderInfo (#8587) 2019-04-02 09:59:36 -07:00
PackageManagement Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00
PowerShellGet Added RequireSudoOnUnix tags to PowerShellGet tests and unmark as pending (#8954) 2019-03-05 11:55:20 -08:00
PSDesiredStateConfiguration Bump PSDesiredStateConfiguration from 2.0.3 to 2.0.4 (#10603) 2019-09-23 15:42:39 -07:00
PSDiagnostics Adding tests for PSDiagnostics Module (#8431) 2019-01-16 14:59:35 -08:00
PSReadLine Update tests to account for when $PSHOME is readonly (#9279) 2019-04-04 23:01:01 -07:00
ThreadJob Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00