Answers for "command to run c# on visual studio code"

C#
1

how to run c# code in visual studio code terminal

//to do so you need to open the interigated terminal you can open it by 
//right clicking on the file that you want to run and select interigated terminal
//now in the terminal just type
dotnet run
//this will run your c# code
Posted by: Guest on November-13-2021
0

Run C# project in VS Code

dotnet run
Posted by: Guest on September-03-2021

Code answers related to "command to run c# on visual studio code"

C# Answers by Framework

Browse Popular Code Answers by Language