Skip to content

Conversation

SteveL-MSFT
Copy link
Member

@SteveL-MSFT SteveL-MSFT commented Jul 11, 2022

PR Summary

Since Out-ConsoleGridView uses the formatted data to resemble Format-Table this can include ANSI escape sequences and gets partially rendered. Change is to update this module to use PowerShell 7.2 to leverage the StringDecorated class to get the plaintext version of a string. This required updating the project to .NET 6.0 which is the majority of the changes.

Note that GraphicalTools module is changed in this PR to not being built as we no longer support that Avalon project.

PR Context

Brought up as part of PowerShell/PowerShell#17636

@SteveL-MSFT SteveL-MSFT merged commit 2cd144a into PowerShell:master Jul 12, 2022
@SteveL-MSFT SteveL-MSFT deleted the ocgv-ansi branch July 12, 2022 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants