- 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 |
||
|---|---|---|
| .. | ||
| Comparers | ||
| DefaultTagHelperDescriptorFactoryTest.cs | ||
| DefaultTagHelperResolverTest.cs | ||
| Microsoft.CodeAnalysis.Razor.Workspaces.Test.csproj | ||
| TagHelperDescriptorFactoryTagHelpers.cs | ||
| TestCompilation.cs | ||
| ViewComponentTagHelperDescriptorFactoryTest.cs | ||