There is a much easier way to run all tests:
- Install the .NET Core Test Explorer extension
- Open a .NET Core test project in VS Code, or set
dotnet-test-explorer.testProjectPathto the folder path of .NET Core test project insettings.json - In .NET Test Explorer of Explorer view, all the tests will be automatically detected, and you are able to run all tests or a certain test
