Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Latest commit

 

History

History
 
 

dotnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

From your terminal, change directory into exercises\dotnet. Run code . and Visual Studio Code should start opening the .NET code. If prompted, choose to download dependencies.

Validate that you are set up correctly by running the tests. Open one of the tests and you should see the option to Run All Tests. These should run okay, with all the tests being skipped (not failing). You should see output similar to this:

Total tests: 14. Passed: 0. Failed: 0. Skipped: 14