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

Tag Helpers: Add @addtaghelper directive and link to registration system #111

Closed
NTaylorMullen opened this issue Aug 29, 2014 · 1 comment

Comments

@NTaylorMullen
Copy link
Contributor

By typing

@addtaghelper "MyAssemblyName"

All tag helpers located in MyAssemblyName would be registered with the tag helper registration system.

By typing

@addtaghelper "MyAssemblyName MyFullyQualifiedClassName"

The tag helper in MyAssemblyName named MyFullyQualifiedClassName would be registered with the tag helper registration system.

Details:
The way this item will be implemented will be different from normal directives so it may need to be done via an Optimizer or some other approach.

Pre-requisites: #91, #68

@NTaylorMullen NTaylorMullen added this to the 4.0.0-beta1 milestone Aug 29, 2014
@NTaylorMullen NTaylorMullen self-assigned this Aug 29, 2014
@NTaylorMullen NTaylorMullen changed the title Tag Helpers: Add @taghelper directive and registration system Tag Helpers: Add @taghelper directive and link to registration system Aug 29, 2014
@NTaylorMullen NTaylorMullen changed the title Tag Helpers: Add @taghelper directive and link to registration system Tag Helpers: Add @addtaghelper directive and link to registration system Sep 16, 2014
NTaylorMullen added a commit that referenced this issue Sep 17, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 17, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 17, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 17, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 19, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 19, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 23, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 23, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 24, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 24, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 26, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 26, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Oct 1, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 1, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Oct 1, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 1, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Oct 3, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 3, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Oct 4, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 4, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
@NTaylorMullen
Copy link
Contributor Author

b67b8da
7db4ed7

NTaylorMullen added a commit that referenced this issue Oct 5, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 5, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

#111
NTaylorMullen added a commit that referenced this issue Oct 9, 2014
- Also added some infrastructure pieces for it such as the ITagHelperDescriptorResolver and the default implementation TagHelperDescriptorResolver which will be filled out in a later commit.
- Reworked some extensibility points to allow accessibility of the descriptor resolvers per offline discussions.

#111
NTaylorMullen added a commit that referenced this issue Oct 9, 2014
- Fixed existing tests to work with new RazorParser.
- Validated directive syntax tree creation, errors and code generation.

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

No branches or pull requests

2 participants