EntityFramework-Plus

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more

MIT License

Stars
2.2K

Bot releases are hidden (Show)

EntityFramework-Plus - v1.8.1

Published by JonathanMagnan over 6 years ago

Download the library here

  • MERGED: Fix IncludeOptimized function issue with EF Inheritance (TPT) #371

Thank you @yehiaelsayed for your contribution.

EntityFramework-Plus - v1.8.0

Published by JonathanMagnan over 6 years ago

Download the library here

  • ADDED: Support to TPH (Base Class) for Batch Update
EntityFramework-Plus - v1.7.20

Published by JonathanMagnan over 6 years ago

Download the library here

  • FIXED: Issue with EF Core 2.1.0-rc1-final
EntityFramework-Plus - v1.7.19

Published by JonathanMagnan over 6 years ago

Download the library here

  • FIXED: EF Core issue with QueryFutureAsync
EntityFramework-Plus - v1.7.18

Published by JonathanMagnan over 6 years ago

Download the library here

  • FIXED: EF Core issue with preview1 & preview2
EntityFramework-Plus - v1.7.17

Published by JonathanMagnan over 6 years ago

Download the library here

  • MERGED: Let filter works with DbContext.Configuration.UseDatabaseNullSemantics (#339)
  • MERGED: NullReferenceException while performs an implicit conversion fro… #335
  • FIXED: Null reference exception when field is nullable datetime and using custom formatType #320
EntityFramework-Plus - v1.7.16

Published by JonathanMagnan over 6 years ago

Download the library here

  • FIXED: EF Core Batch Update use DateTime2 instead of DateTime (#330)
  • FIXED: EF Core Query Filter now use ForceCast=true as default value
EntityFramework-Plus - v1.7.15

Published by JonathanMagnan over 6 years ago

Download the library here

PATCH

  • ADDED: Use with ef6 1.2.3 ObjectContext #319
  • FIXED: QueryFilter using GlobalFilter + PropertyNavigation was causing an issue
  • FIXED: EF Core Batch Delete was not supporting surrogate key when alias was used

Help us to support this library: Donate

EntityFramework-Plus - v1.7.14

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • FIXED: Is support oracle batch update bool field #298

Help us to support this library: Donate

EntityFramework-Plus - v1.7.13

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • FIXED: Audit.GetRelationshipEntryKey0 has Core code in EF5/6 conditional #295

Thank you @jonmholt for your contribution


Help us to support this library: Donate

EntityFramework-Plus - v1.7.11

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • FIXED: DelegateDecompiler with EF-Plus Query Cache #290 (Added ProjectTo from AutoMapper compatibility)
EntityFramework-Plus - v1.7.10

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • fixes # 285 BatchUpdate when an entity's field has a property of enum type … #286
  • NullReferenceException when using FromCache with a ObjectSet #278
  • QueryCache + DBNull.Value
EntityFramework-Plus - v1.7.9

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • Setting Byte[] to null cause sql exception #261
EntityFramework-Plus - v1.7.8

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • Audit: Null reference exception when calling remove #248
  • Batch Update: Enum Value + Oracle.ManagedDataAccess
EntityFramework-Plus - v1.7.7

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • Exception throw when using test EF context #256 (Require to use BatchUpdateManager.IsInMemoryQuery = true
  • Bulk update throws exception if I use Take in my query #266
EntityFramework-Plus - v1.7.6

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • FIXED: Delete() - Table schema not correctly determined on MySQL #258
  • FIXED: Setting Byte[] to null cause sql exception #261
  • FIXED: FutureQueries are incompatible with Effort.EF6 #260
  • FIXED: BatchUpdate using Generic Types #263
EntityFramework-Plus - v1.7.5

Published by JonathanMagnan almost 7 years ago

Download the library here

PATCH

  • FIXED: Fix get results directly #250
  • FIXED: EF Core 2 bug with Future calls. #254

Thank you @ksmithRenweb for your contribution (Pull #250)

EntityFramework-Plus - v1.7.4

Published by JonathanMagnan about 7 years ago

Download the library here

PATCH

  • FIXED: Mathematical operations inside aggregate functions are broken since version 1.6.7 (EF6) #249
EntityFramework-Plus - v1.7.3

Published by JonathanMagnan about 7 years ago

Download the library here

PATCH

  • FIXED: EF6 Query Filter - With type added used with Type Discovery (Not added through DbSet)
EntityFramework-Plus - v1.7.2

Published by JonathanMagnan about 7 years ago

Download the library here

PATCH

Related Projects