Releases: HenkKin/DataAccessClient
v0.0.5
-
Created Configuration file with query filter, it works!
-
Added EntityBehaviorConfiguration classes for existing entitybehaviors
-
Added option for custom entitybehaviors
Refactored all existing entitybehavior logic to EntityBehaviorConfiguration classes -
Removed dependencies of specific EntityBehaviors from DbContext
Added SqlServerDbContextExecutionContext to support extensible context values of custom EntityBehaviors -
Created separate EntityBehaviorConfigurations for TranslatedProperty and UtcDateTime properties.
-
Refactored to include all logic in the entitybehavior configuration classes
-
Updated documentation and set nuget package versions to v0.0.5
-
Updated documentation with extensibility option to use AppendQueryFilter
v0.0.4
v0.0.3 - DataAccessClient.EntityFrameworkCore.SqlServer
Fixed issue due to change in changetracking behavior for ChangeTracker.CascadeDeleteTiming and ChangeTracker.DeleteOrphansTiming to default value Immediate. In post- and preprocessing of SaveChange, some logic is done, but the order of entities is not preserved. Thats we will change this to OnSaveChanges, to allow Eventual Consistency
v0.0.2 - DataAccessClient.EntityFrameworkCore.SqlServer
Updated to EntityFrameworkCore 3.1.1