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 * Remove support for updateable precompiled views. 2015-08-07 11:08:48 -07:00
wwwroot
CompilerCacheController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Index.cshtml
RazorCompilerCacheWebSite.xproj
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json
readme.md

readme.md

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