Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Add temporary support for ViewComponentTagHelpers #932

Closed
NTaylorMullen opened this issue Jan 13, 2017 · 1 comment
Closed

Add temporary support for ViewComponentTagHelpers #932

NTaylorMullen opened this issue Jan 13, 2017 · 1 comment
Assignees
Labels

Comments

@NTaylorMullen
Copy link
Member

Seeing that we haven't finalized our extensibility story for Razor.Evolution we need to add a work around to support ViewComponentTagHelper discovery. This will need to be painfully hardcoded to make it possible but alas it's only temporary.

@NTaylorMullen NTaylorMullen added this to the 2.0.0 milestone Jan 13, 2017
@NTaylorMullen NTaylorMullen self-assigned this Jan 13, 2017
NTaylorMullen added a commit that referenced this issue Jan 18, 2017
- Hardcoded `ViewComponent` discovery.
- Hardcoded `ViewComponentTagHelperDescriptor` creation.

#932
NTaylorMullen added a commit that referenced this issue Jan 18, 2017
- 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
NTaylorMullen added a commit that referenced this issue Jan 18, 2017
- 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
NTaylorMullen added a commit that referenced this issue Jan 18, 2017
- 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
NTaylorMullen added a commit that referenced this issue Jan 19, 2017
- 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
@NTaylorMullen
Copy link
Member Author

6e64785

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant