- Open the Terminal:
Menu View -> Terminal. - Change directory to your project folder:
cd <PROJECT_FOLDER_NAME>. - Run the program with:
dotnet run. - The program will build and run in the terminal window.
Menu View -> Terminal.cd <PROJECT_FOLDER_NAME>.dotnet run.