Our solution contains few doesens of web projects and thousands of razor views. My concirn is that the razor vies are slowing down the IDEs (namely the Rider IDE).
In my understanding, at runtime, Razor views are compiled to cs.
Is there a technology to pre-generate cs diring design time, similar to resx files backed by cs code, so the solution analysis is csharp only, and there is no runtime compilation penalty too?