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
At this point I can run .net core projects in VSCode but I can not debug them due to this exception:
Environment data
dotnet --info output:
.NET Command Line Tools (1.0.1)
Product Information:
Version: 1.0.1
Commit SHA-1 hash: 005db40cd1
Runtime Environment:
OS Name: arch
OS Version:
OS Platform: Linux
RID: ubuntu.16.10-x64
Base Path: /opt/dotnet/sdk/1.0.1
VS Code version: 1.11.2-1
C# Extension version: 1.8.1
Steps to reproduce
Open / create a .Net Core web api (or any other .Net Core project), create launch.json and task.json and start debugging.
Expected behavior
Start the project in debug mode.
Actual behavior
Failed to initialize CoreCLR, HRESULT: 0x80131500
The text was updated successfully, but these errors were encountered:
spluf
changed the title
Debuger won't start for .net core projects in arch linux.
Is official support for arch comming anytime?
Apr 14, 2017
spluf
changed the title
Is official support for arch comming anytime?
Is official support for arch comming anytime soon?
Apr 14, 2017
To answer your question about 'official' support - for .NET Core 2.0, the CoreCLR team is releasing a version of CoreCLR that they expect to be compatible with most distributions. So once that has a 'go live' preview we hope to switch to that.
At this point I can run .net core projects in VSCode but I can not debug them due to this exception:
Environment data
dotnet --info
output:VS Code version:
1.11.2-1
C# Extension version:
1.8.1
Steps to reproduce
Open / create a .Net Core web api (or any other .Net Core project), create launch.json and task.json and start debugging.
Expected behavior
Start the project in debug mode.
Actual behavior
Failed to initialize CoreCLR, HRESULT: 0x80131500
The text was updated successfully, but these errors were encountered: