TestingPlatformCaptureOutput=false does not work with .NET 9.0 SDK #4396
Labels
Area: Testing Platform
Belongs to the Microsoft.Testing.Platform core library
External: dotnet test
`dotnet test` integration
Describe the bug
When running
dotnet test -p:TestingPlatformCaptureOutput=false
the output of the testing platform is not visible anymore with .NET 9.0 SDK.Steps To Reproduce
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
in the csprojdotnet test -p:TestingPlatformCaptureOutput=false
Expected behavior
Output using .NET 8.0 SDK (8.0.404)
Actual behavior
Output using .NET 9.0 SDK (9.0.101)
Additional context
See also: xunit/xunit#3092 (comment)
Documentation: https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-complete-platform-output
The text was updated successfully, but these errors were encountered: