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
The RazorExtension VSIX includes Microsoft.AspNetCore.Razor.LanguageServer as a MEF component, which definitely makes it very unclear what the Visual Studio MEF composition contains. To solve this, we should stop registering MS.ANC.Razor.LanguageServer with MEF, and add VS implementations for any needed Exports.
The text was updated successfully, but these errors were encountered:
Fixes#10099
All of the deleted files here were already being removed/moved in
#10097. This was only added to MEF
for cohosting, and its definitely not needed any more. Also added in the
new banned api files.
The RazorExtension VSIX includes Microsoft.AspNetCore.Razor.LanguageServer as a MEF component, which definitely makes it very unclear what the Visual Studio MEF composition contains. To solve this, we should stop registering MS.ANC.Razor.LanguageServer with MEF, and add VS implementations for any needed Exports.
The text was updated successfully, but these errors were encountered: