TDS code generation in sitecore using TextTransform.exe

I am working on a code generation template using TDS in the sitecore 8.2 update 4 file and I use this .tt file https://github.com/HedgehogDevelopment/tds-codegen/tree/master/Sitecore.Master/Code%20Generation%20Templates . I want to generate code using TextTransform.exe in a batch file, so what's right? Please help me..

+5
source share
1 answer

I think you should study the reverse engineering of TDS DLL files.

The main file that creates the code is HedgehogDevelopment.SitecoreProject.VSIP2015.dll in D: \ Program Files (x86) \ Hedgehog Development \ Team Development for Sitecore (VS2015).

The master record for code generation should be in the Manager class, however I am not sure about that.

0
source

Source: https://habr.com/ru/post/1270894/


All Articles