Pranav K
57f5b19f25
* Move precompiled assemblies into a resource in the primary assembly.
...
* Emit the primary assembly if a tag helper requires it.
* Make TagHelperSample.Web use precompilation.
Fixes #1693
2015-02-19 17:50:54 -08:00
Pranav K
1cb170ce02
Add delay after _GlobalImport is deleted to allow file system watcher to react
2015-02-18 11:36:51 -08:00
Pranav K
4ac3acca22
Wait for precompiled file to change.
2015-02-18 11:23:57 -08:00
Pranav K
eb7b0d6ae3
* Introduce _GlobalImports to inherit directives.
...
* Remove inheritance from _ViewStarts
Fixes #825
2015-02-18 10:02:37 -08:00
Pranav K
59db8143da
Updating CompilerCache to use IMemoryCache and file system watcher to
...
expire files in razor file cache.
Add a functional test to ensure the compiler cache does not get
initialized until the first request to a View.
Fixes #1708
2015-02-05 09:52:17 -08:00
Pranav K
110ee28e3e
Adding support for flowing compilation settings to views
...
Fixes #871
2015-01-02 15:34:52 -08:00
Pranav K
6ec85baa22
Fixing build break
...
Change the casing of _ViewStart.cshtml to match the expected case.
2014-12-05 15:16:27 -08:00
Pranav K
275d03a958
Compilation of Views should be affected by changes to _ViewStart files
...
that are applicable to the view.
Fixes #974
2014-12-05 14:44:36 -08:00
Pranav K
3aaeebd9c5
Revert "Revert "Added a functional test for view precompilation""
...
This reverts commit 6b2ab32885 .
2014-10-30 14:38:44 -07:00
jacalvar
6b2ab32885
Revert "Added a functional test for view precompilation"
...
This reverts commit 310feeb826 .
2014-10-28 19:14:50 -07:00
jacalvar
310feeb826
Added a functional test for view precompilation
2014-10-28 18:38:15 -07:00