-
Notifications
You must be signed in to change notification settings - Fork 727
How to run and debug unit tests
Gregg Miskelly edited this page Sep 25, 2017
·
6 revisions
The C# extension currently supports running and debugging a unit test via CodeLens annotations on test methods. Just click the 'run test' or 'debug test' links:

- Because
dotnet testwill run the test code in a child process, it isn't possible to configure a "unit test debugging" configuration in launch.json - There currently isn't a VS Code command to run the current test, though there is an issue for this in the backlog.
Documentation
- Change Log
- Main repo documentation.
- Branches and Releases
- Installing Pre-Releases
- Installing without internet connectivity
Configuration
- Configuring Snap installs of dotnet-sdk
- Configuring Arch Linux for Unity development
- Configuring Arch Linux for Razor development
- Installing the .NET Core Debugger on Arch Linux
Developer Guide