FAQ
My test project won't execute / I get errors about runtime identifiers?
Make sure that your OutputType
is set to exe
in your csproj
My project runs but no tests are discovered or executed?
Ensure you're not installing the old Microsoft.NET.Test.Sdk
NuGet package
I'm getting errors about conflicting main methods?
Ensure you're not installing the old Microsoft.NET.Test.Sdk
NuGet package
I can't see any tests in my IDE?
Make sure you've enabled Testing Platform support in your IDE's settings