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 - v3.0.45

Published by JonathanMagnan over 4 years ago

Download the library here

  • FIXED: `DeferredAny throwing exception on EFCore 3.1.2 #588
  • FIXED: UpdateFromQueryAsync with IDictionary throws Argument types do not match #593
EntityFramework-Plus - v3.0.44

Published by JonathanMagnan over 4 years ago

Download the library here

  • ADDED: IgnoreEntityUnchanged to Audit. If no properties not ignored has been modified, the entity will not be audited.
EntityFramework-Plus - v3.0.43

Published by JonathanMagnan over 4 years ago

Download the library here

  • UPDATED:: Package dependencies version
EntityFramework-Plus - v3.0.41

Published by JonathanMagnan over 4 years ago

Download the library here

  • FIXED: EFcore 3.1.1 , raw SQL queries + future extension throwing exception #585
EntityFramework-Plus - v3.0.40

Published by JonathanMagnan over 4 years ago

Download the library here

  • ADDED: AuditExtensions support for Audit - Customization #584
public static IQueryable<TAuditEntry> Where<TAuditEntry, T>(this DbSet<TAuditEntry> set, T entry) where TAuditEntry : AuditEntry where T : class

public static IQueryable<TAuditEntry> Where<TAuditEntry, T>(this DbSet<TAuditEntry> set, params object[] keyValues) where TAuditEntry : AuditEntry where T : class
EntityFramework-Plus - v3.0.39

Published by JonathanMagnan over 4 years ago

Download the library here

  • FIXED: Issue for Batch Update and Batch Delete with NMemory
EntityFramework-Plus - v3.0.38

Published by JonathanMagnan over 4 years ago

Download the library here

  • REMOVED: Dependencies to System.Runtime.Caching for EF Core (System.Runtime.Caching dependency in Z.Expressions.Eval prevent using in Xamarin #577)
EntityFramework-Plus - v3.0.37

Published by JonathanMagnan over 4 years ago

Download the library here

  • FIXED: IAsyncQueryProvider improved code
  • FIXED: Issue with UpdateFromQuery when only the ObjectContext exists (model without DbContext)
EntityFramework-Plus - v3.0.36

Published by JonathanMagnan over 4 years ago

Download the library here

  • FIXED: IAsyncQueryProvider for FirstOrDefault or other immediate method
  • FIXED: Issue with InsertFromQuery
  • FIXED: Issue with ambiguous column on PostgreSQL + UpdateFromQuery
EntityFramework-Plus - v3.0.35

Published by JonathanMagnan over 4 years ago

Download the library here

  • ADDED: EF Core: Support to Take for Batch Update
  • ADDED: EF Core 3.x: Support to IAsyncQueryProvider
EntityFramework-Plus - v3.0.34

Published by JonathanMagnan over 4 years ago

Download the library here

  • UPDATED:: Package dependencies version
EntityFramework-Plus - v3.0.33

Published by JonathanMagnan over 4 years ago

Download the library here

  • UPDATED:: The QueryFuture and IncludeFilter now execute multiple statement for Pomelo MySQL and Oracle. Since we have been unable to fix the issue with the DataReader, we choose instead a quick fix for this moment.
EntityFramework-Plus - v3.0.32

Published by JonathanMagnan almost 5 years ago

Download the library here

  • ADDED:: BatchUpdateManager.InMemoryDbContextFactory per instance #344
EntityFramework-Plus - v3.0.31

Published by JonathanMagnan almost 5 years ago

Download the library here

  • FIXED:: Issue with BatchUpdate and BatchDelete for EF Core + InMemory when calling after SaveChanges
  • FIXED:: Issue ExecuteReader when EnableRetryOnFailure strategy is enabled
EntityFramework-Plus - v3.0.30

Published by JonathanMagnan almost 5 years ago

Download the library here

  • UPDATED:: BatchUpdate and BatchDelete now use the same code as EFE (support now some TPC and TPT scenario)
  • UPDATED: Package dependencies
EntityFramework-Plus - v3.0.29

Published by JonathanMagnan almost 5 years ago

Download the library here

  • FIXED: QueryFuture with InMemory provider when using FirstOrDefault (Fix for EF Core 2.x)
EntityFramework-Plus - v3.0.28

Published by JonathanMagnan almost 5 years ago

Download the library here

  • FIXED: QueryFuture with InMemory provider when using FirstOrDefault (Fix for EF Core 3.x)
EntityFramework-Plus - v3.0.27

Published by JonathanMagnan almost 5 years ago

Download the library here

  • FIXED: String interpolation problem #554
EntityFramework-Plus - v3.0.26

Published by JonathanMagnan almost 5 years ago

Download the library here

  • ADDED: IncludeOptimized is now back in EF Core 3.0
EntityFramework-Plus - v3.0.25

Published by JonathanMagnan almost 5 years ago

Download the library here

  • ADDED: Target .NET Standard 2.0 for EF Core 3.1 #553
Related Projects