Skip to content

Commit

Permalink
Fix a couple of mistakes in the Razor VSIX manifest (#10125)
Browse files Browse the repository at this point in the history
1. The Compiler should not be listed as a MEF component.
2. An old assembly was still listed:
`Microsoft.AspNetCore.Razor.LanguageSupport`. This was renamed long ago
to `Microsoft.AspNetCore.Razor.Utilities.Shared`
  • Loading branch information
DustinCampbell authored Mar 18, 2024
2 parents 486a51e + 7fc8cf4 commit b5d6644
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
<Asset Type="Microsoft.VisualStudio.Assembly" Path="System.Runtime.CompilerServices.Unsafe.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" Path="System.Threading.Channels.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Razor.LanguageServer.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Razor.LanguageSupport.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Razor.LanguageServer.Protocol.dll" />
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.CodeAnalysis.Razor.Compiler.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.CodeAnalysis.Razor.Workspaces.dll" />
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.CodeAnalysis.Razor.Workspaces.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.VisualStudio.LanguageServices.Razor.dll" />
Expand Down

0 comments on commit b5d6644

Please sign in to comment.