- 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 |
||
|---|---|---|
| .. | ||
| Language | ||
| DefaultTagHelperCompletionServiceTest.cs | ||
| DefaultTagHelperFactsServiceTest.cs | ||
| Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj | ||
| TagHelperDescriptorSerializationTest.cs | ||
| xunit.runner.json | ||