Skip to content

Releases: zzzprojects/EntityFramework-Plus

v3.0.65

12 Oct 01:15

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Support to BatchSize = 0 for Update() and Delete() (No batch will be created): Batch delete and batch update without batching? #642

v3.0.64

07 Oct 13:17

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Use DB.Functions.Like() in WhereDynamic #632

v3.0.63

30 Sep 20:29

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: TableHint and TemporalTable extension method for EF6 (was already added previously in EF Core)

v3.0.62

15 Sep 13:20

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Cache on FromSqlRaw (store procedure with parameters) #620
  • FIXED: InsertFromQuery with DevArt gives ArgumentOutOfRangeException #359

v3.0.61

09 Sep 01:26

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Support to BatchSize for Batch Update feature
  • ADDED: Added SetDynamic(string name) extension methods

v3.0.60

31 Aug 23:58

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: IncludeFilter issue on .NET Core 3.1 #597

v3.0.59

18 Aug 21:01

Choose a tag to compare

Download the library here

  • ADDED: Audit MetaProperty options to let you create a "property" with a custom old value and new value (#625)
AuditManager.DefaultConfiguration.MetaProperty<MyEntity>("metaName", x => x.NavigationProperty.Name, x => x.NavigationProperty.Name);

v3.0.58

11 Aug 21:07

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Beta version for:
    • WithHint
    • TemporalTableAsOf
    • TemporalTableFromTo
    • TemporalTableBetween
    • TemporalTableContainedIn
    • TemporalTableAll

v3.0.57

04 Aug 11:58

Choose a tag to compare

Download the library here

  • FIXED:: Cache on FromSqlRaw (store procedure with parameters) #620
  • FIXED: Convert primitives to objects #616
  • UPDATED: Package Dependencies

v3.0.56

28 Jul 11:44

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies