This repository was archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Tag Helpers: Make Attribute Code Generation pluggable. #119
Comments
This was referenced Sep 13, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 15, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 15, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 15, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 19, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 19, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 23, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 23, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 24, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 24, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 25, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 25, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 25, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 25, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 26, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 26, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 30, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 30, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 30, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Sep 30, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Followed the "decorate" pattern that we use throughout Razor. - Enabled the CSharpCodeBuilder to decorate the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Tested that we can successfully plugin our own TagHelperAttributeCodeGenerator. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 3, 2014
- Enabled the CSharpCodeBuilder to create the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 3, 2014
- Tested that we can successfully plugin our own TagHelperAttributeValueCodeRenderer. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
- Enabled the CSharpCodeBuilder to create the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
- Tested that we can successfully plugin our own TagHelperAttributeValueCodeRenderer. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
- Enabled the CSharpCodeBuilder to create the CSharpCodeVisitor which exposes a CSharpTagHelperCodeRenderer which is indirectly used to render attribute values. - Fixed up some existing classes that just new'd up the CSharpCodeVisitor class to instead take in the decorated version. #119
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
- Tested that we can successfully plugin our own TagHelperAttributeValueCodeRenderer. - Moved some existing TagHelper test logic into its own base type to enhance code reusability. #119
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Need to add support for TagHelper attribute code generation plugability.
This involves adding an extensibility point for Mvc to provide its own tag helper attribute code generator.
The text was updated successfully, but these errors were encountered: