Skip to content

Releases: zzzprojects/EntityFramework-Plus

v3.0.61

09 Sep 01:26
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v3.0.55

17 Jul 04:30
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v3.0.54

12 Jul 16:49
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v3.0.53

06 Jul 00:48
Compare
Choose a tag to compare

Download the library here

  • FIXED: Method Not Found when delete. Using preview 6 of .NET Core 5. #615
  • FIXED: Multiple IncludeOptimizedByPath Exception #614

v3.0.52

01 Jul 00:34
Compare
Choose a tag to compare

Download the library here