just started testing with new .net core v6 fixed some minor issues with UTC dates in light of new npgsql thing

This commit is contained in:
2021-10-15 23:31:28 +00:00
parent 1e27ec2366
commit 95d2ac89b7
6 changed files with 73 additions and 69 deletions

View File

@@ -20,6 +20,9 @@ namespace AyaNova
public static void Main(string[] args)
{
//https://github.com/npgsql/efcore.pg/issues/2045
//https://www.npgsql.org/efcore/release-notes/6.0.html#breaking-changes
//AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);
//Boot lock for generator
ServerGlobalOpsSettingsCache.BOOTING = true;