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 visible (Hide)

EntityFramework-Plus - 8.101.0.0

Published by JonathanMagnan 11 months ago

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

EntityFramework-Plus - 7.100.0.5

Published by JonathanMagnan 12 months ago

Download the library here

  • ADDED: For EF Core, QueryCacheManager.UseAsNoTrackingWithIdentityResolution for people that want the cache to be resolved with identity resolution (slower but better #780)
  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

EntityFramework-Plus - 7.100.0.4

Published by JonathanMagnan about 1 year ago

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

EntityFramework-Plus - 7.100.0.3

Published by JonathanMagnan about 1 year ago

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

EntityFramework-Plus - 7.100.0.2

Published by JonathanMagnan about 1 year ago

Download the library here

  • FIXED: Update creates invalid query EntityFramework-Plus with EF6 on Postgresql #778
  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

EntityFramework-Plus - 7.100.0.1

Published by JonathanMagnan about 1 year ago

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

EntityFramework-Plus - 7.100.0.0

Published by JonathanMagnan about 1 year ago

Download the library here



  • FIXED: Version 8 preview 4 has a .Contains bug #767
  • FIXED: Future broke pooled DbContext instance because previous Future query was cancelled #777
  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.22.6

Published by JonathanMagnan about 1 year ago

Download the library here

  • ADDED: Support to EF Core 8 - Preview 7
  • ADDED: Support to DateOnly and TimeOnly in IncludeFilter #773
  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.22.5

Published by JonathanMagnan over 1 year ago

Download the library here

  • FIXED: Issue with wrong assembly version with Z.EntityFramework.Plus.EF6
EntityFramework-Plus - 7.22.4

Published by JonathanMagnan over 1 year ago

Download the library here

  • FIXED: When using EF6 with a ObjectContext (no underlying DbContext), the library will now create it whenever required
  • FIXED: Error when calling DeleteAsync() on a query that uses Sql Server HierarchyId type as a column type #765
  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.22.3

Published by JonathanMagnan over 1 year ago

Download the library here

  • FIXED: Issue with Update when a Sql Server HierarchyId was used under EF Core 8 (Issue #765)
  • FIXED: When querying table TemporalTableBetween sql throws error non convertible datetime #766
  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.22.2

Published by JonathanMagnan over 1 year ago

Download the library here

  • FIXED: Error with TransactionScope when using FutureValue with Async #763
  • FIXED: Issue with UpdateFromQuery with Complex Type
EntityFramework-Plus - 7.22.0

Published by JonathanMagnan over 1 year ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.21.1

Published by JonathanMagnan over 1 year ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.21.0

Published by JonathanMagnan over 1 year ago

Download the library here

  • ADDED: Support to EF Core 8 - Preview 3
  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.20.0

Published by JonathanMagnan over 1 year ago

Download the library here

  • RELEASED: Support to EF Core 8 - Preview 2
  • FIXED: For IncludeFilter, First() returns null (but should throw) #757
  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.19.0

Published by JonathanMagnan over 1 year ago

Download the library here

  • RELEASED: Support to EF Core 8 - Preview 1
  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.18.5

Published by JonathanMagnan over 1 year ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.18.4

Published by JonathanMagnan over 1 year ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.18.3

Published by JonathanMagnan over 1 year ago

Download the library here

  • FIXED: In EF6, when using FromCacheAsync or FutureAsync methods, the EF6 InterceptorContext will now have the IsAsync=true (Some methods were missing from v7.18.2)
Related Projects