Skip to content

Releases: HenkKin/DataAccessClient

v0.0.5

06 Mar 21:05
f6fc5e5
Compare
Choose a tag to compare
  • 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

22 Feb 15:58
69917ba
Compare
Choose a tag to compare
Update README.md

v0.0.3 - DataAccessClient.EntityFrameworkCore.SqlServer

08 Feb 20:31
Compare
Choose a tag to compare

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

30 Jan 06:56
Compare
Choose a tag to compare

Updated to EntityFrameworkCore 3.1.1

v0.0.1

17 Oct 20:18
Compare
Choose a tag to compare
Updated documentation and set version to 0.0.1