case 4586 CHECKPOINT commit prior to making dependency upgrades to back end including .net8

This commit is contained in:
2024-05-07 19:00:12 +00:00
parent 14b6207894
commit 86001b029d
2 changed files with 5 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ namespace AyaNova
private string _connectionString = "";
private readonly Microsoft.AspNetCore.Hosting.IWebHostEnvironment _hostingEnvironment;
//checkpoint commit comment for case 4586 prior to backend dependency update
////////////////////////////////////////////////////////////
//
@@ -247,7 +247,7 @@ namespace AyaNova
}
);
services.AddSwaggerGenNewtonsoftSupport();
#endregion
@@ -601,7 +601,7 @@ namespace AyaNova
try
{
//this will either return without throwing which is ok or will throw and may or may not indicate need to be prevented from further boot
AyaNova.Core.License.BootSafetyCheck(dbContext, _newLog);
AyaNova.Core.License.BootSafetyCheck(dbContext, _newLog);
}
catch (Exception ex)
{