The Minimal progress view doesn't handle console window resizing
Steps to reproduce
1..100 | % { Write-Progress -Activity "123456789012345678901234567890123456789012345678901234567890" -Status "S" -PercentComplete $_ -SecondsRemaining $_ ; Sleep 1}
While running this command, try resizing the console window.
Expected behavior
Progress rendering should be able to handle the resizing in a reasonable way.
The Classic view handles resizing a little better, though not perfect.
Actual behavior
It doesn't handle the resizing properly.

Environment data
Name Value
---- -----
PSVersion 7.2.0-preview.5
PSEdition Core
GitCommitId 7.2.0-preview.5
OS Microsoft Windows 10.0.19042
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
The
Minimalprogress view doesn't handle console window resizingSteps to reproduce
While running this command, try resizing the console window.
Expected behavior
Progress rendering should be able to handle the resizing in a reasonable way.
The
Classicview handles resizing a little better, though not perfect.Actual behavior
It doesn't handle the resizing properly.
Environment data