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 Add support for namespace tokens in extensible directives 2017-04-05 15:37:50 -07:00
Microsoft.AspNetCore.Razor.Evolution.Test Moved ExecuteTagHelpersIRNode from renderer to writer 2017-04-06 11:43:35 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Fix type name 2017-03-29 16:19:12 -07:00
Microsoft.CodeAnalysis.Razor.Test Add `TagHelperFactsService`. 2017-03-29 15:36:32 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Allow null parent tag when calling `GetTagHelpersGivenParent`. 2017-04-06 17:02:06 -07:00
RazorPageGenerator.Test