diff --git a/src/cli/Startup.cs b/src/cli/Startup.cs index b02986ed..3e191e64 100644 --- a/src/cli/Startup.cs +++ b/src/cli/Startup.cs @@ -71,7 +71,7 @@ namespace cli var cxSettings = Configuration.GetSection("Connection"); services.Configure(cxSettings); var smtpSettingsconf = Configuration.GetSection("Smtp"); - Microsoft.Extensions.CodeGenerators.Mvc.View.ViewGeneratorTemplateModel v; + // TODO give it a look : Microsoft.Extensions.CodeGenerators.Mvc.View.ViewGeneratorTemplateModel v; services.Configure(smtpSettingsconf); services.Configure(Configuration.GetSection("gen_mvc"));