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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user