Migrate to changed ServiceHub host names.#6292
Conversation
|
Thanks! I just sent you an email about this. I believe this requires Roslyn to make the same change to work. Given that (1) the servicehub change isn't inserted yet and (2) there are more services hosted in Roslyn's process. Let's wait until next week to start the work for a coordinated change/insertion. Also, you might want to bump the servicehub reference to 4.0 as they asked too. |
- Asked to change the name
8372230 to
c8b85ba
Compare
|
@dotnet/razor-tooling marked this as for review now given all the changes are in VS |
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "host": "coreClr", | |||
| "host": "dotnet.x64", | |||
There was a problem hiding this comment.
Looks like ServiceHub have tweaked the host name, and we can simply use dotnet . I will clearify with themhttps://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/27954/ServiceHub-Host-configurations?anchor=hosts-to-be-deprecated-soon
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "host": "desktopClr.x86", | |||
| "host": "netfx.x86", | |||
There was a problem hiding this comment.
You can delete the 32bit config now. Roslyn no longer ships it
/cc @genlu Here's our reaction to the announcement. Nothing works because it's not inserted yet + I'm not sure if it'll even work until Roslyn reacts. Thought I'd ping you either way