PowerShell/test/powershell/engine
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
..
Api Add support to ActionPreference.Break to break into debugger (#8205) 2019-08-23 10:34:10 -07:00
Basic Add back Get-Counter cmdlet for Windows (#10933) 2019-11-05 16:48:11 -08:00
Cdxml Remove broken HelpUri from CimTest (#8688) 2019-01-22 11:21:45 -08:00
COM Display com method signature with argument names (#9858) 2019-06-20 13:22:30 -07:00
ETS Improve processing of the powershell built-in type data from 'types.ps1xml', 'typesV3.ps1xml' and 'GetEvent.types.ps1xml' (#10898) 2019-11-01 10:36:05 -07:00
ExperimentalFeature Enable Experimental Features by default on Preview builds (#10228) 2019-08-08 11:37:25 -07:00
Formatting Fix ConciseView to show Activity instead of myCommand (#11007) 2019-11-10 16:21:10 +05:00
Help Add back Get-Counter cmdlet for Windows (#10933) 2019-11-05 16:48:11 -08:00
Job Fix Start-Job -WorkingDirectory with whitespace (#10951) 2019-11-01 11:09:00 -07:00
Module Cleanup workflow code (#9638) 2019-07-07 01:03:03 +05:00
ParameterBinding Test changes needed for running in a container (#7869) 2018-09-28 13:49:31 -07:00
Remoting Use type conversion in SSHConnection hashtables when value doesn't match expected type (#10720) 2019-10-15 22:16:49 +05:00
ResourceValidation Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
Security Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00