Can you process T4 templates from inside a .NET application? -


Do you have one. Can T4 template process from inside the NET application? Is that code available to call? Joining a project? Licensing?

Update : So it seems that you will have to use VS in any way. I wrote the implementation of a clean-reverse-engineer of a T4 engine for the MonoDevice IDE.

This open source is licensed under the approved MIT / X11 license, so you are free to embed the engine in your app or redistribute it. There is also an implementation of the Text Transform.exe command-line tool to assist in hosting the engine, and some APIs in the Mono-Textpling Namespace.

The only real missing feature is the custom directory processor - but the patch is welcome: -)

You get the code from MonoBack / Mon / src / addins / textTemplating in Mono SVN can do.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -