Execute tests for a .NET application. Note: View https://learn.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests for supported filter expressions. More information: https://learn.microsoft.com/dotnet/core/tools/dotnet-test.
dotnet test
dotnet test path/to/project_or_solution
dotnet test --filter Name~TestMethod1