case 4586 CHECKPOINT commit prior to making dependency upgrades to back end including .net8
This commit is contained in:
@@ -12,6 +12,8 @@ See the [upgrade instructions](ops-upgrade.md) section of this manual for detail
|
|||||||
|
|
||||||
IN PROGRESS....
|
IN PROGRESS....
|
||||||
|
|
||||||
|
checkpoint prior to backend dependency upgrades
|
||||||
|
|
||||||
Released 2024-TBD-TBD
|
Released 2024-TBD-TBD
|
||||||
|
|
||||||
**Fixed**
|
**Fixed**
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ namespace AyaNova
|
|||||||
private string _connectionString = "";
|
private string _connectionString = "";
|
||||||
private readonly Microsoft.AspNetCore.Hosting.IWebHostEnvironment _hostingEnvironment;
|
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();
|
services.AddSwaggerGenNewtonsoftSupport();
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
@@ -601,7 +601,7 @@ namespace AyaNova
|
|||||||
try
|
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
|
//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)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user