Closed
Description
Npgsql 6 has breaking changes regarding DateTime (timespan/timespantz) handling that renders it incompatible with current version of NHibernate. Currently the only way to make it work is to enable EnableLegacyTimestampBehavior
:
AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);