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 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:42 -07:00
readme.md

readme.md

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