aspnetcore/test/Microsoft.CodeAnalysis.Razo...
N. Taylor Mullen 6e647854fa Add support for `ViewComponentTagHelpers`.
- Hardcoded `ViewComponent` discovery.
- Hardcoded `ViewComponentTagHelperDescriptor` creation.
- Added test to validate that ViewComponents are discovered and transitioned into TagHelpers properly.
- Avoided adding a reference to MVC to prevent circular references. This resulted in custom marker attributes to represent `ViewComponent`s. Also made a lot of use of `ViewComponent` conventions (ending in "ViewComponent").

#932
2017-01-19 10:18:11 -08:00
..
Comparers
DefaultTagHelperDescriptorFactoryTest.cs Remove AssemblyName requirement from TagHelperDescriptorFactory method. 2017-01-17 14:47:40 -08:00
DefaultTagHelperResolverTest.cs Add support for `ViewComponentTagHelpers`. 2017-01-19 10:18:11 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.csproj Change Xunit versions 2017-01-17 16:42:34 -08:00
TagHelperDescriptorFactoryTagHelpers.cs
TestCompilation.cs
ViewComponentTagHelperDescriptorFactoryTest.cs Add support for `ViewComponentTagHelpers`. 2017-01-19 10:18:11 -08:00