.NET Core xUnit Test output messages show up as Warnings on test explorer in VS 2022
On .NET Core 8 with xUnit (Abstractions version 2.0) when we write test output to the TestOutputHelper
, every line that’s written to the output – see screenshot (1) – counts as a “Warning”, see screenshot (2), in the Visual Studio 2022 test explorer.
.NET Core xUnit Test output messages show up as Warnings on test explorer in VS 2022
On .NET Core 8 with xUnit (Abstractions version 2.0) when we write test output to the TestOutputHelper
, every line that’s written to the output – see screenshot (1) – counts as a “Warning”, see screenshot (2), in the Visual Studio 2022 test explorer.