Make Razor LiveShare _ViewImports acquisition not block LiveShare session start. #13833
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Tooling
This issue has a tooling impact, which means the execution and release should be in sync with VS rel
Milestone
For larger projects we need to query all of the .Razor files on the host machine. This looks to be expensive on LiveShare session start.
To optimize this path we can lazily acquire all of those files which will impact users who immediately open up Razor files (they wont get accurate IntelliSense/completion); once those _ViewImports are "acquired" the files will re-parse and errors will go away.
The text was updated successfully, but these errors were encountered: