You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do dotnet new in an empty directory. dotnet restore and dotnet run work without errors.
Then I open the directory with VSCode.
I get asked to add required assets... I confirm with Yes.
I switch to Debug and use .NET Core Launch (console).
This gives me:
WARNING: Could not load symbols for 'new2.dll'. 'c:\Daten\Temp\dotnet\new2\bin\Debug\netcoreapp1.0\new2.pdb' is a Windows PDB. These are not supported by the cross-platform .NET Core debugger.
Hello World!
The program 'c:\Daten\Temp\dotnet\new2\bin\Debug\netcoreapp1.0\new2.dll' has exited with code 0 (0x00000000).
Environment:
C:\Daten\Temp\dotnet\new2>dotnet --info
.NET Command Line Tools (1.0.0-rc2-002392)
I do dotnet new in an empty directory. dotnet restore and dotnet run work without errors.
Then I open the directory with VSCode.
I get asked to add required assets... I confirm with Yes.
I switch to Debug and use .NET Core Launch (console).
This gives me:
WARNING: Could not load symbols for 'new2.dll'. 'c:\Daten\Temp\dotnet\new2\bin\Debug\netcoreapp1.0\new2.pdb' is a Windows PDB. These are not supported by the cross-platform .NET Core debugger.
Hello World!
The program 'c:\Daten\Temp\dotnet\new2\bin\Debug\netcoreapp1.0\new2.dll' has exited with code 0 (0x00000000).
Environment:
C:\Daten\Temp\dotnet\new2>dotnet --info
.NET Command Line Tools (1.0.0-rc2-002392)
Product Information:
Version: 1.0.0-rc2-002392
Commit Sha: 880dcf2fc8
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
VCCode 0.10.15-insider
ms-vscode.csharp-1.0.1-rc2
What could be the issue here?
The text was updated successfully, but these errors were encountered: