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
The current launch.json generation logic needs to be updated to handle MSBuild-based .NET Core. Currently, it only runs on project.json. This requires a few things to happen:
OmniSharp needs to be updated to understand multiple target frameworks in .csproj (example) files using the latest MSBuild bits.
The OmniSharp /projects end point needs to be updated to return information for multiple target frameworks (like it does for project.json projects).
The OmniSharp /projects end point needs to be updated to include output file path information.
The C# extension needs to be updated to a newer version of OmniSharp with the changes above.
The launch.json/tasks.json generation logic needs tweaked to work for .csproj projects.
The text was updated successfully, but these errors were encountered:
I see this is marked as "in progress", which is exciting. Is it slated for 1.6 or 2.0? It will be pretty difficult for new users to get started with .NET Core/VS Code if they have to hand edit those json files to run HelloWorld.
The current launch.json generation logic needs to be updated to handle MSBuild-based .NET Core. Currently, it only runs on project.json. This requires a few things to happen:
/projects
end point needs to be updated to return information for multiple target frameworks (like it does for project.json projects)./projects
end point needs to be updated to include output file path information.The text was updated successfully, but these errors were encountered: