Skip to content

[Bug]: 1.9.42 broke test output #4325

@verdie-g

Description

@verdie-g

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?

  • I've confirmed this issue occurs when running via dotnet test or dotnet run, not just in my IDE

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions