aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator
N. Taylor Mullen a86b0dca3e Add line mappings to project TagHelper attribute values.
- We now create LineMappings for instances where a TagHelper's attribute value is not of a string type.
- This will enable the Razor editor to create projections from .cshtml => .cs for TagHelper attributes.
- Modified the TagHelperCodeGenerator and TagHelperBlockBuiler to accurately track the attribute values start locations so it could flow into code generation.
- Modified existing tests to account for the new line mappings.

#207
2014-12-19 17:26:33 -08:00
..
CodeTree
Compiler
CSharpRazorCodeGeneratorTest.cs
CSharpTagHelperRenderingTest.cs Add line mappings to project TagHelper attribute values. 2014-12-19 17:26:33 -08:00
CSharpTagHelperRenderingUnitTest.cs Added TagHelperContext.UniqueId: 2014-12-12 16:25:42 -08:00
LineMappingTest.cs
RazorCodeGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Added TagHelperContext.UniqueId: 2014-12-12 16:25:42 -08:00
TagHelperTestBase.cs Added TagHelperContext.UniqueId: 2014-12-12 16:25:42 -08:00
TestSpan.cs