aspnetcore/test
N. Taylor Mullen 96d97f65e9 Allow null parent tag when calling `GetTagHelpersGivenParent`.
- A `null` parent tag in all of our other API represents "any" parent tag, or in this case "root". Prior to this change we'd expect the caller to do their own verification of the parent and then assume all `TagHelperDescriptor`s are valid; this isn't sufficient because only our code base should have that knowledge.

#1188
2017-04-06 17:02:06 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test
Microsoft.AspNetCore.Razor.Evolution.Test
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test Allow null parent tag when calling `GetTagHelpersGivenParent`. 2017-04-06 17:02:06 -07:00
RazorPageGenerator.Test