Swa*_*pta 5 t4 code-generation sitecore tds .net-standard
我正在使用Sitecore 8.2更新4中的TDS编写代码生成模板,我正在使用这些.tt文件https://github.com/HedgehogDevelopment/tds-codegen/tree/master/Sitecore.Master/Code%20Generation%20Templates.我想在批处理文件中使用TextTransform.exe生成代码,那么正确的方法是什么?请指导我..
我认为你应该考虑对 TDS DLL 文件进行逆向工程。
进行代码生成的主文件是 D:\Program Files (x86)\Hedgehog Development\Team Development for Sitecore (VS2015) 中的 HedgehogDevelopment.SitecoreProject.VSIP2015.dll。
代码生成的主要入口应该在 Manager 类中,但我不确定这一点。