Source-build: Enable net46 builds in source-build

Created on 7 Jun 2018  路  5Comments  路  Source: dotnet/source-build

End-to-end, this enables VS Code usage with source-build .NET Core (https://github.com/dotnet/source-build/issues/125 -> https://github.com/dotnet/sdk/issues/2249)

area-product-experience area-upstream-fix servicing-consideration

Most helpful comment

Confirmed, I also get a working VS Code. dotnet --info output:

.NET Core SDK (reflecting any global.json):
 Version:   2.1.301
 Commit:    59524873d6

Runtime Environment:
 OS Name:     rhel
 OS Version:  7
 OS Platform: Linux
 RID:         rhel.7-x64
 Base Path:   /home/chris/dotnet/sdk/2.1.301/

Host (useful for support):
  Version: 2.1.1
  Commit:  N/A

.NET Core SDKs installed:
  2.1.301 [/home/chris/dotnet/sdk]

.NET Core runtimes installed:
  Microsoft.NETCore.App 2.1.1 [/home/chris/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download

All 5 comments

@crummel Please test the E2E scenario with VS Code once PRs are merged.

Merged in https://github.com/dotnet/source-build/pull/598. I'm going to try validating VS Code/Omnisharp with a local build I'm building of https://github.com/dotnet/source-build/pull/610.

It works! 馃槃 (Fedora 28)

I extracted my source-built CLI, ran dotnet new console, then code . to make sure I see a "bad" status. The C# extension tells me it can't load the project. I add the extracted CLI to PATH, run code . again, and I get intellisense and F5 debugging.

Confirmed, I also get a working VS Code. dotnet --info output:

.NET Core SDK (reflecting any global.json):
 Version:   2.1.301
 Commit:    59524873d6

Runtime Environment:
 OS Name:     rhel
 OS Version:  7
 OS Platform: Linux
 RID:         rhel.7-x64
 Base Path:   /home/chris/dotnet/sdk/2.1.301/

Host (useful for support):
  Version: 2.1.1
  Commit:  N/A

.NET Core SDKs installed:
  2.1.301 [/home/chris/dotnet/sdk]

.NET Core runtimes installed:
  Microsoft.NETCore.App 2.1.1 [/home/chris/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download
Was this page helpful?
0 / 5 - 0 ratings

Related issues

eerhardt picture eerhardt  路  8Comments

PureTryOut picture PureTryOut  路  6Comments

dagood picture dagood  路  10Comments

tmds picture tmds  路  4Comments

omajid picture omajid  路  11Comments