Justin Grote

Results 875 comments of Justin Grote

@SteveL-MSFT wasn't aware there was one, can do.

@SteveL-MSFT it was introduced by @SeeminglyScience like practically minutes prior to the review :). It's been fixed.

Failed flaky MacOS tests not related to this PR. Linux test passes fine.

@SteveL-MSFT Should be good to go.

@SteveL-MSFT done, it looks like you need to re-approve the new macos tests ![image](https://github.com/PowerShell/PowerShell/assets/15258962/0a414584-952c-4898-b9a5-757272f2980c)

@SteveL-MSFT current MacOS test failure still not related: ![image](https://github.com/PowerShell/PowerShell/assets/15258962/70b604a0-d5b9-443b-919e-1b9faeca740d)

@daxian-dbw Thank you! I'll test the buid tomorrow to look for any annoying issues.

@KirillOsenkov for note I am not a maintainer of the PowerShell repo, I'm just a community member, there's nothing I can do in this regard.

An alternative that might be quicker is to implement a `$WhatIfView` in the style of `$ErrorView` and have 'Information' as an option that would send Whatifs to the Information Stream....

@iSazonov as mentioned the goal is to be able to suppress them or redirect them. However I'd be concerned just directly replacing the console output as Write-Information could be considered...