Keith Hill
Keith Hill
@theJasonHelmick Have you seen this [ApplicationFailedException](https://github.com/PowerShell/PowerShell/blob/master/src/System.Management.Automation/utils/CommandProcessorExceptions.cs)? This covers the case where a system exception is thrown when PS tries to run the application. My concern is that someone looking at...
It's in the current 7.3.0 preview - `PSNativeCommandErrorActionPreference`. After enabling the feature and restarting pwsh, try this: ```powershell whoami -xyzzy get-date & { $ErrorActionPreference = 'Stop' $PSNativeCommandUseErrorActionPreference = $true whoami...
Indeed for some reason the default color palette that I get with WSL on this Windows 10 machine has color index 8 (DarkGray - selected in the image below) set...
It could be related to my use of `colortool` - applying the OneHalfDark color scheme.
Maybe one fix would be to check every default "foreground" color to make sure it isn't the same as the current "background" color. And if so, adjust to another color...
Doesn’t the solution build? Sent from Mail for Windows 10 From: Immortal-PC Sent: Friday, May 5, 2017 7:37 AM To: rkeithhill/PoshWinRT Cc: Subscribed Subject: [rkeithhill/PoshWinRT] Upload DLL in release part...
Ditto this request for PowerShell.