aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator
N. Taylor Mullen 842549bba9 De-dupe TagHelperDescriptors based on Type for rendering.
- This can occur if you have multiple [TargetElement] attributes that overlap. Ultimately the descriptor is the same because its the same type, just the required attributes differ.
- Added tests to validate.

#326
2015-03-19 22:46:49 -07:00
..
CodeTree
Compiler
CSharpRazorCodeGeneratorTest.cs Removed @helper directive 2015-03-17 13:54:37 -07:00
CSharpTagHelperRenderingTest.cs De-dupe TagHelperDescriptors based on Type for rendering. 2015-03-19 22:46:49 -07:00
CSharpTagHelperRenderingUnitTest.cs
LineMappingTest.cs
RazorCodeGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs
TagHelperTestBase.cs
TestSpan.cs