aspnetcore/src
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
..
Microsoft.AspNet.Razor De-dupe TagHelperDescriptors based on Type for rendering. 2015-03-19 22:46:49 -07:00
Microsoft.AspNet.Razor.Runtime