How do you display the code (not output) that .Net T4 generates?

Viewed 1221

We have a set of T4 templates we have just migrated forward to VS 2010 and they compile but are no longer working the same.

In order to see what is actually going on under the hood it would be useful to see the temporary cs files that T4 generates to produce the actual T4 conversion.

3 Answers
Related