From e58fc9352e8071b799324b4fec18d755e26045fd Mon Sep 17 00:00:00 2001 From: Deep Choudhery <54324771+deepchoudhery@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:49:37 -0700 Subject: [PATCH] 6.0.7 servicing (#1943) * not packaging other runtimes in CG.Design (#1912) * added support for sqlite for minimal api scaffolding. (#1915) * fix nullable warnings for new db context template. (#1916) * fixed identity Program.cs changes (#1940) * fix Program.cs changes for identity scenario. * added some comments. * bumped up version. --- eng/Versions.props | 2 +- .../VS.Web.CG.Design/VS.Web.CG.Design.csproj | 23 ------- .../DbContext/NewLocalDbContext.cshtml | 2 +- .../Identity/IdentityGenerator.cs | 63 +++---------------- .../IdentityGeneratorTemplateModelBuilder.cs | 7 +-- .../identityMinimalHostingChanges.json | 5 +- .../Minimal Api/MinimalApiGenerator.cs | 5 +- .../MinimalApiGeneratorCommandLineModel.cs | 4 ++ .../Minimal Api/MinimalApiModel.cs | 3 + .../VS.Web.CG.Mvc/ModelMetadataUtilities.cs | 2 +- .../CodeModifier/DocumentBuilder.cs | 3 +- 11 files changed, 30 insertions(+), 89 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index b33cb6921..a89735db4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 6.0.6 + 6.0.7 rtm true