Show Assert.Warn as Warning in test run with dotnet
We have a .net core project that is build on TeacmCity.
I have the following unit test:

When this runs locally (dotnet test / rider for example) the output is as expected:

However, when this runs on our TC pipeline, the test shows up as ignored:

Is there anything I can do to get this to show as a Warning in TeamCity?
Please sign in to leave a comment.
Hello Alex,
Which Unit Testing framework are you using in your Build step?
Thanks,
Guilherme
It's NUnit