What's this for?There used to be a really sweet macro for Visual Studio that would automatically run T4MVC templates on build. Unfortunately, macro support has been removed from Visual Studio 2012+, so this is an extension that will do the same thing (and more). T4MVC templates are run under the following conditions (all string comparisons are case-insensitive):
Note: Drag/drop in the Solution Explorer will not trigger the templates to re-run, as the added/removed events are not fired. Chirpy and AutoTT do the similar things, but Chirpy is overkill if all you want is your T4MVC templates built and I think AutoTT requires configuration. The source is available on github, which is also a good place to raise any issues you have with the extension. Note: This extension runs T4MVC templates onlyIf you are looking for an extension that will run any & all T4 templates (on build only), use AutoT4. |