Conversation
This reverts commit 88657fd.
|
Why did it break ngen? |
|
IDK |
|
|
Thanks @genlu! It looks like some older pieces of that binary are still depending on IVTs for the ServiceHub components. I'll take a peak, i've filed https://github.com/dotnet/aspnetcore/issues/21253 to track the work. |
|
@NTaylorMullen OK, I will go ahead and merge this to unblock our insertion. Please let us know once you have updated your bits in VS, we will revert this then. Thanks! |
| <ItemGroup> | ||
| <ProjectReference Include="..\..\Workspaces\Core\Portable\Microsoft.CodeAnalysis.Workspaces.csproj" /> | ||
| </ItemGroup> | ||
| <ItemGroup> |
There was a problem hiding this comment.
@tmat I just noticed. This ItemGroup being removed is probably the crux of the issue actually given this is Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient.csproj
I don't think you can actually remove this one.
There was a problem hiding this comment.
That being said of course, I imagine we'd want to transition everything from Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient.csproj into ExternalAccess.Razor right?
There was a problem hiding this comment.
You are right. I forgot this hasn't been ExternalAccess-ized. Yes, we can actually remove this assembly and add ExternalAccess APIs to ExternalAccess.Razor. That would be much simpler. I'm gonna add these.
Reverts #43235, which break ngen and might introduce runtime errors
@tmat @NTaylorMullen
https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_git/VS/pullrequest/244527