You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made IRowVersionable generic so the type of RowVersion property can be any type (PostgreSql: uint:xmin, SqlServer: byte[]) and made SqlServer package Obsolete by @HenkKin in #14
BREAKING CHANGE Removed default EntityBehaviour UtcDateTimePropertyEntityBehaviorConfiguration, now datetimes are not defaulted to utc. This is a breaking change!
Made all references dependent on targetframework
Removed Source Link package from net8.0 targetframework ( https://github.com/dotnet/sourcelink?tab=readme-ov-file#using-source-link-in-net-projects)
Removed option DisableUtcDateTimePropertyEntityBehavior
Refactored unittests to use IClassFixture for setup DbContext to avoid random failing tests
Added test project per target framework