aspnetcore/test/Microsoft.AspNet.Razor.Test
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
..
Chunks/Generators Addressed code review comments. 2015-05-29 12:50:01 -07:00
CodeGenerators Enable instrumentation for TagHelpers. 2015-06-10 12:52:25 -07:00
Editor Address a round of nits 2015-05-19 17:39:26 -07:00
Framework Addressed code review comments. 2015-05-29 12:50:01 -07:00
Parser Add support for C# 6 exception filters. 2015-06-10 10:08:10 -07:00
TagHelpers Refactored several tests from TagHelperParseTreeRewriterTest into TagHelperBlockRewriterTest. 2015-06-08 14:52:01 -07:00
TestFiles Enable instrumentation for TagHelpers. 2015-06-10 12:52:25 -07:00
Text `throw new ArgumentNullException(...)` -> `[NotNull]` 2015-05-06 14:21:05 -07:00
Tokenizer Add support for C# 6 exception filters. 2015-06-10 10:08:10 -07:00
Utils Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
CSharpRazorCodeLanguageTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
RazorEngineHostTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
RazorErrorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
RazorTemplateEngineTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
SourceLocationTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
StringTextBuffer.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
project.json Revert "Reacting to updated CoreCLR packages" 2015-05-15 12:19:37 -07:00