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
When running under cohosting, assemblies previously loaded in the Razor LSP will now load in the Roslyn LSP, and the containers for MEF are expected to interact differently. The key here is to factor MEF such that whether the Razor LSP is active OR we under cohosting, all of the MEF services are able to load successfully.
When running under cohosting, assemblies previously loaded in the Razor LSP will now load in the Roslyn LSP, and the containers for MEF are expected to interact differently. The key here is to factor MEF such that whether the Razor LSP is active OR we under cohosting, all of the MEF services are able to load successfully.
IProjectSnapshotChangeTrigger
composition #9950Microsoft.VisualStudio.LiveShare.Razor
project #9894Microsoft.CodeAnalysis.Remote.Razor
should only be loaded in Roslyn OOP #9898Microsoft.VisualStudio.LanguageServerClient.Razor
intoMicrosoft.VisualStudio.LanguageServices.Razor
#10126Microsoft.CodeAnalysis.Razor.Workspaces
#10127The text was updated successfully, but these errors were encountered: