aspnetcore/test/Microsoft.AspNetCore.Razor..../Extensions
Ajay Bhargav Baaskaran 9c031e6fb5 Moved all TagHelperDescriptor related builders to have getter setter
instead of methods

More polish to the tag helper descriptor builders.
- Expose underlying builders as getter only list
- Added AsDictionary() extension method to BoundAttributeDescriptorBuilder
- Expose diagnostics as RazorDiagnosticCollection
- Got rid of Require** prefix in TagMatchingRuleBuilder
- Workaround issue aspnet/Razor#1492 by copying the test descriptor
  extensions
2017-06-30 14:08:05 -07:00
..
DesignTimeDirectiveTargetExtensionTest.cs Move some stuff to .Extensions 2017-06-21 20:26:31 -07:00
FunctionsDirectivePassTest.cs Run DesignTimeDirectivePass later in the phase 2017-06-29 10:51:45 -07:00
InheritsDirectivePassTest.cs
PreallocatedAttributeTargetExtensionTest.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
SectionDirectivePassTest.cs Run DesignTimeDirectivePass later in the phase 2017-06-29 10:51:45 -07:00
SectionTargetExtensionTest.cs
TemplateTargetExtensionTest.cs