aspnetcore/test/Microsoft.AspNet.Razor.Test/CodeGenerators
N. Taylor Mullen ddbd603653 Enable instrumentation for TagHelpers.
- Removed old code that disabled instrumentation for TagHelper bodies. Instrumentation will throw out sections for begin/end context that don't make it to the final output.
- Added instrumentation around WriteTagHelperAsync. Any content inside of the TagHelper will get sub-mapped via begin/end context.
- Hand verified BasicTagHelpers.cs begin/end context tests to ensure correctness.

#172
2015-06-10 12:52:25 -07:00
..
AddImportChunkGeneratorTest.cs
CSharpCodeGeneratorTest.cs Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
CSharpCodeWriterTest.cs
CSharpLineMappingWriterTest.cs
CSharpPaddingBuilderTests.cs
CSharpRazorChunkGeneratorTest.cs
CSharpTagHelperRenderingTest.cs Enable TagHelper attributes to render in the order they were originally. 2015-06-04 15:32:45 -07:00
CSharpTagHelperRenderingUnitTest.cs Enable instrumentation for TagHelpers. 2015-06-10 12:52:25 -07:00
CodeGenTestCodeGenerator.cs
CodeGenTestHost.cs
CodeWriterTest.cs
DynamicAttributeBlockChunkGeneratorTest.cs
LineMappingTest.cs
RazorChunkGeneratorTest.cs Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
RazorCommentChunkGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs
TagHelperTestBase.cs
TestSpan.cs