Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v3.0.44
22 Mar 18:07
Compare
Sorry, something went wrong.
No results found
Download the library here
ADDED: IgnoreEntityUnchanged to Audit. If no properties not ignored has been modified, the entity will not be audited.
v3.0.43
16 Mar 19:51
Compare
Sorry, something went wrong.
No results found
Download the library here
UPDATED: : Package dependencies version
v3.0.41
10 Mar 01:16
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: EFcore 3.1.1 , raw SQL queries + future extension throwing exception #585
v3.0.40
26 Feb 00:38
Compare
Sorry, something went wrong.
No results found
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
v3.0.39
18 Feb 02:54
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: Issue for Batch Update and Batch Delete with NMemory
v3.0.38
17 Feb 02:03
Compare
Sorry, something went wrong.
No results found
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 )
v3.0.37
11 Feb 15:59
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: IAsyncQueryProvider improved code
FIXED: Issue with UpdateFromQuery when only the ObjectContext exists (model without DbContext)
v3.0.36
06 Feb 19:52
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: IAsyncQueryProvider for FirstOrDefault or other immediate method
FIXED: Issue with InsertFromQuery
FIXED: Issue with ambiguous column on PostgreSQL + UpdateFromQuery
v3.0.35
01 Feb 19:47
Compare
Sorry, something went wrong.
No results found
Download the library here
ADDED: EF Core: Support to Take for Batch Update
ADDED: EF Core 3.x: Support to IAsyncQueryProvider
v3.0.34
28 Jan 15:03
Compare
Sorry, something went wrong.
No results found
Download the library here
UPDATED: : Package dependencies version