Download and Install VS Code from here:
Download and Install Dot Net Core SDK from here:
Download and Install Git Bash from here:
Download and Install Chrome Driver from here:
In VSCode Install following packages:
- Nuget Package Manager
- C# (OmniSharp)
Restart Computer
Open VSCode:
- Change default terminal to bash
- Open Terminal and run: (Confirm installed correctly)
dotnet -version
Create New N-Unit:
dotnet new nuit