question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`Out-ConsoleGridView` Prevents `Test-Connection` Running

See original GitHub issue

I’ve tested it on both Windows 10 (19041.113) and MacOS (10.15.3):

  • PowerShell 7.0 GA
  • Microsoft.PowerShell.ConsoleGUITools 0.3.0
  1. Run Test-Connection 8.8.8.8, it works;
  2. Run gci | Out-ConsoleGridView, close it and run Test-Connection 8.8.8.8, it doesn’t work, CTRL + C can’t terminate it;
  3. Close the window directly, and re-open the terminal;
  4. Run Test-Connection 8.8.8.8, it works;
  5. Run gci | Out-ConsoleGridView, close it and run gci, it works;
  6. Run Test-Connection 8.8.8.8, it doesn’t work, CTRL + C can’t terminate it;

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
iSazonovcommented, Mar 13, 2020

I think the fix is important to have in 7.0 servicing because users us WinForms. Please vote in referenced PR.

0reactions
chenryleecommented, Mar 13, 2020

hmm not sure. @SteveL-MSFT is this something worthy of servicing in a 7.0.1?

It was announced that it’s a LTS release, so I think this bug will be fixed somehow in the coming releases. 🤔

Read more comments on GitHub >

github_iconTop Results From Across the Web

Run multiple test-connection for one gridview output
How can I use multiple Test-Connection cmdlets and put them all in one Out-GridView , or is there another solution to what I'm...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found