Question

In Visual Studio 2012, there was a plugin that auto-compiled all T4 templates in your solution called AutoT4. This plugin is not available for Visual Studio 2013 yet.

Does anyone have a technique in getting T4 templates to compile on build?

I know some have created batch scripts to do this, but I'm looking for a simpler solution. Maybe something in the pre-build events?

Thanks!

Was it helpful?

Solution

AutoT4 has been updated with support for VS 2013/2015, so that should work for you now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top