C#C
C#3y ago
1 reply
trenttt

❔ Visual Studio: How to hide tptrace output from Immediate Window during Test Explorer executions?

Title says it all. Is there a way to hide the output messages from tptrace that get written to the Immediate Window during test execution? I have a custom logger for my tests that allows me view console messages live during test execution instead of having to wait for the test to complete, and these tptrace messages create a lot of noise and burry my test’s log messages.

Visual Studio Community 2022 (17.4.4)
.NET 6
xUnit
IMG_4616.jpg
Was this page helpful?