The .NET Core SDK cannot be located: A valid dotnet installation could not be found. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.
라는 경고창이 뜨며 디버깅에 문제가 있다고 합니다.
실제로 코드창에 에러를 적어도 디버깅 하고난 후에
에러는 경고 되지만 작성 중에는 컴파일러가
찾지 못합니다.