You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
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.
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
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
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
The text was updated successfully, but these errors were encountered: