dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
501 stars 191 forks source link

Use document snapshots when parsing Razor files. #5577

Closed NTaylorMullen closed 3 years ago

NTaylorMullen commented 6 years ago

Today the parser is highly coupled to the idea of a background parser that requires in-depth knowledge of what makes up a documents context (project file path, its project engine etc.) and to idea of a background queue of changes pumping through the system.

A major cost in this issue is testing.

mkArtakMSFT commented 4 years ago

Obsolete