From 00bcf6cd3957810875b7a820b13e87b0e680bddf Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 24 May 2019 20:16:22 +0100 Subject: [PATCH] comment --- src/cli/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));