RdJNL / TextTemplatingCore

T4 Text Templating with .NET 6
Other
57 stars 15 forks source link

TimeOutException #14

Closed dasflaigsi closed 10 months ago

dasflaigsi commented 11 months ago

Hello RdJNL, we have a bigger library which should be transformed by T4 in combination with T4Toolbox (the output of multiple input files goes inti multiple output files). Now we had to update our project therefore I try to use your solution for .Net Core. It seems to run but after a while I get following error:

Something went wrong processing the template 'C:\src\SIS-PhoneApp_maui\Sources\Bizerba.Sis.PhoneApp.Database.Common\Generation\Generator.tt': System.TimeoutException: The TemplateExecute process did not respond within 60 seconds. Aborting operation.
   at RdJNL.TextTemplatingCore.TextTemplatingCoreLib.TextTemplatingHelper.RunExecute(String inputFileName, String coreInputFile, String coreOutputFile, String[] references, TemplateError[]& errors)
   at RdJNL.TextTemplatingCore.TextTemplatingCoreLib.TextTemplatingHelper.ExecuteTemplate(String inputFileName, String templateCode, String[] references, TemplateError[]& errors)
   at RdJNL.TextTemplatingCore.TextTemplatingFileGeneratorCore.TextTemplatingFileGeneratorCore.ProcessTemplate(String inputFileName, String inputFileContent, ITextTemplating processor, IVsHierarchy hierarchy)

Is there a possibility to rise that timeout or to see where it hangs?