I understand that MonoDevelop supports MVC and uses the T4 implementation to generate code.
Is there a way to use T4 with my own templates?
I am using MonoDevelop 2.2 Alpha (MonoTouch pre-builds) on OSX Snow Leopard. Mono 2.4.2.3 is also installed (which is required for MonoTouch pre-builds).
I created a very simple .tt file as a test, but nothing happens during the build process, and there are no tool options when right-clicking.
source
share