5

I am working on Code Generation Template using TDS in sitecore 8.2 update 4 and I am using these .tt file https://github.com/HedgehogDevelopment/tds-codegen/tree/master/Sitecore.Master/Code%20Generation%20Templates. I want to generate code using TextTransform.exe in batch file so what is correct way? Please guide me..

Swati Gupta
  • 753
  • 2
  • 8
  • 30
  • Are you using TDS? Any reason you do not want to use TDS for Code Generation? – jammykam Aug 22 '17 at 04:22
  • I am using Helix framework so there are so many project and I have to regenerate every project so I want to do code regenerate at the time of build so it will regenerate code for all project – Swati Gupta Aug 23 '17 at 12:04

1 Answers1

0

I think you should look into reverse engineering the TDS DLL files.

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

The main entry for code generation should be in Manager class, however I'm not sure about that.

Jack Spektor
  • 1,097
  • 1
  • 11
  • 30