Test
You can run tests from a test project by using the test
command.
dotnet test
You can show console output from the code being tested by using the logger
flag set to console
.
dotnet watch test --logger:"console;verbosity=detailed"
You can run tests from a test project by using the test
command.
dotnet test
You can show console output from the code being tested by using the logger
flag set to console
.
dotnet watch test --logger:"console;verbosity=detailed"