aspnetcore/test/Microsoft.AspNetCore.Razor..../Language
N. Taylor Mullen 4654997201 Add AllowedChildTagDescriptor.
- Changed the `AllowedChildTags` collection on `TagHelperDescriptor` to have a custom object type to represent child tags.
- Created comparers and builders to work with the child tag descriptor.
- Removed the validation methods on `TagHelperDescriptorBuilder` since there's no longer any bits to validate (they're contained within the sub-properties).
- Unit tested the `DisplayName`.

#1493
2017-07-03 11:04:10 -07:00
..
IntegrationTests Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
Intermediate Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
RazorEngineBuilderExtensions.cs
TestBoundAttributeDescriptorBuilderExtensions.cs
TestFile.cs
TestProject.cs
TestRazorCodeDocument.cs
TestRazorProject.cs
TestRazorProjectItem.cs
TestRazorSourceDocument.cs
TestRequiredAttributeDescriptorBuilderExtensions.cs
TestTagHelperDescriptorBuilderExtensions.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
TestTagHelperFeature.cs
TestTagMatchingRuleDescriptorBuilderExtensions.cs