Description
Since 1.9.42, I can't see Console.Write in the test output.
Expected Behavior
Console.Write should redirected to the test output.
Actual Behavior
Can't see the Console.Write anywhere.
Steps to Reproduce
public class C
{
[Test]
public void M()
{
Console.WriteLine("Hi");
}
}
TUnit Version
1.9.85
.NET Version
.NET 10.0
Operating System
macOS
IDE / Test Runner
JetBrains Rider
Error Output / Stack Trace
Additional Context
No response
IDE-Specific Issue?
Description
Since 1.9.42, I can't see Console.Write in the test output.
Expected Behavior
Console.Write should redirected to the test output.
Actual Behavior
Can't see the Console.Write anywhere.
Steps to Reproduce
TUnit Version
1.9.85
.NET Version
.NET 10.0
Operating System
macOS
IDE / Test Runner
JetBrains Rider
Error Output / Stack Trace
Additional Context
No response
IDE-Specific Issue?
dotnet testordotnet run, not just in my IDE