Description
So far, I don't have an isolated repro. But it happens for Uno Platform Wasm UI tests that we execute via dotnet test. The tests are passing, but dotnet test isn't terminating.
Upon investigation, I found:


So it looks like somehow, the VSTestTask2 isn't terminating. It's stuck there forever. Setting MSBUILDENSURESTDOUTFORTASKPROCESSES environment variable to 1 does the trick for now.
Steps to reproduce
We haven't yet got a minimal repro.
Expected behavior
Actual behavior
Diagnostic logs
logs.zip
Environment