dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
487 stars 190 forks source link

Enable cohosting when Roslyn OOP is turned off #10189

Open davidwengier opened 4 months ago

davidwengier commented 4 months ago

Users can opt out of Roslyn OOP, so we need to make sure our stuff still works (in proc) when that happens.

Related to https://github.com/dotnet/razor/issues/9519

davidwengier commented 3 months ago

Roslyn is likely removing the option for this, but in VS Code there is only one process so the work is still needed in some form, just perhaps a slightly different one.