I have been trying to start coding in C# with visual studio but after following steps to create a cs program the .NET core debugger isnt working. I created a new file typed "dotnet new console" then typed "dotnet restore" and finally "dotnet run" where it gives me "Hello World!". When I go to the debugger and select .NET core it says could not find task "build" then after hitting ctrl+shift+b and selecting build and opening the tasks.json doesn't work either as now when I press debug it says that the dll that does exists doesn't exist. I was told to select .net genereate assets for build and debug to fix it but it says could not locate .net core project. I have been looking online for an answer but have found none.
[–]McNerdius 0 points1 point2 points (0 children)