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

Add ClassDeclaration extensibility to CSharpCodeBuilder #76

Closed
NTaylorMullen opened this issue Jun 24, 2014 · 0 comments
Closed

Add ClassDeclaration extensibility to CSharpCodeBuilder #76

NTaylorMullen opened this issue Jun 24, 2014 · 0 comments

Comments

@NTaylorMullen
Copy link
Contributor

This will enable the "model" directive in Mvc to modify the class declaration. This could also be used to change the class declaration to any number of things.

Issue in mind that this enables: aspnet/Mvc#568

@NTaylorMullen NTaylorMullen added this to the 1.0.0-beta1 milestone Jun 24, 2014
@NTaylorMullen NTaylorMullen self-assigned this Jun 24, 2014
NTaylorMullen added a commit that referenced this issue Jun 24, 2014
This extensibility point needs to be an override and not a pure visitor due to how the class declaration is created (only 1 right way to write the class).

#76
NTaylorMullen added a commit that referenced this issue Jun 27, 2014
This extensibility point needs to be an override and not a pure visitor due to how the class declaration is created (only 1 right way to write the class).

#76
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

1 participant