Commit 959bcb7
authored
Ensure new Razor features project gets codebase (#78147)
Should fix ngen issues like
```
04/11/2025 18:20:23.284 [5832]: 1> Compiling assembly C:\VisualStudio\Common7\IDE\CommonExtensions\Microsoft\RazorLanguageServices\Microsoft.VisualStudio.LanguageServices.Razor.dll (CLR v4.0.30319) ...
04/11/2025 18:20:23.419 [5832]: 1>Warning: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.CodeAnalysis.ExternalAccess.Razor.Features, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. while resolving 0x200001f - Microsoft.VisualStudio.LanguageServices.Razor.LanguageClient.Cohost.CohostOnAutoInsertEndpoint.
```
seen in https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/6275821 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| |||
0 commit comments