aspnetcore/test/WebSites/RazorCompilerCacheWebSite
Pranav K dfacd2543b * Remove support for updateable precompiled views.
* Allow precompiled views to be served when source file does not exist in
  file system.
* Cache results for views that do not exist on disk.

Fixes #2462 and fixes #2796.
Partially addresses #2551
2015-08-07 11:08:48 -07:00
..
Services
wwwroot
CompilerCacheController.cs
Index.cshtml
RazorCompilerCacheWebSite.xproj
Startup.cs
project.json
readme.md

readme.md

A functional test website to verify that the Razor compiler cache gets lazily initialized.