You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any better way to create those all templates (entityTemplate, modelTemplate, modelMapperTemplate, dataBaseTableTemplate, dataBaseProcedureTemplate)? Create them asynchronously, for exemple?
The text was updated successfully, but these errors were encountered:
Hello :)
I want to create multiple files through multi projects as faster as it is possible. My code (in Generator.tt) is:
`foreach (var xmlFile in xmlFiles)
{
var xml = XDocument.Load(xmlFile);
Are there any better way to create those all templates (entityTemplate, modelTemplate, modelMapperTemplate, dataBaseTableTemplate, dataBaseProcedureTemplate)? Create them asynchronously, for exemple?
The text was updated successfully, but these errors were encountered: