aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator
N. Taylor Mullen f8020e8e85 Make @addtaghelper directive not be nested.
- Whenever we encounter an @addtaghelper directive we add it to the CodeTree at the top level (not nested in any chunk blocks).
- Added a test to validate that @addtaghelper inside of a ChunkBlock doesn't add to the ChunkBlock's children.

#195.
2014-10-15 12:10:27 -07:00
..
CodeTree Make @addtaghelper directive not be nested. 2014-10-15 12:10:27 -07:00
Compiler Updating CSharpCodeVisitor to generate implicit expressions on a single 2014-10-01 17:20:00 -07:00
CSharpRazorCodeGeneratorTest.cs Modify CSharpCodeWriter to generate async lambdas for section 2014-10-13 17:00:38 -07:00
CSharpTagHelperRenderingTest.cs Add tests to validate @addtaghelper directive. 2014-10-09 12:57:46 -07:00
LineMappingTest.cs
RazorCodeGeneratorTest.cs Add test for TagHelperAttributeValueCodeRenderer extensibility. 2014-10-09 12:57:40 -07:00
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Add tests to validate @addtaghelper directive. 2014-10-09 12:57:46 -07:00
TagHelperTestBase.cs Add tests to validate @addtaghelper directive. 2014-10-09 12:57:46 -07:00
TestSpan.cs