After I created a new workspace on Visual studio code. I type dotnet run in the powershell terminal. I get
couldn't find a project to run, ensure the project exist in "C:\Users\Desktop\Sample workspace" or pass the path to the project using --project.
we used dotnet run --project, dotnet restore, and dotnet new console all this does is create hello world.
"couldn't find a project to run, ensure the project exist in C:\Users\Desktop\Sample workspace"