Skip to content

Releases: zzzprojects/EntityFramework-Plus

v3.0.51

14 Jun 02:43
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Problems with SQLite database and TimeSpan #611

v3.0.50

15 May 02:24
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: IncludeOptimized support for inheritance/HasDiscriminator #607
  • UPDATED: Error message for ArgumentOutOfRangeException when deleting an entity with no primary key #608

v3.0.49

05 May 23:03
Compare
Choose a tag to compare

Download the library here

  • ADDED: ExpireCache for Manual Cache Clearing #606,

v3.0.48

15 Apr 15:08
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: IncludeOptimized() InvalidCastException when using UseInMemoryDatabase() #598

v3.0.46

03 Apr 17:48
Compare
Choose a tag to compare

Download the library here

  • FIXED: EFcore 3.1.1 , raw SQL queries + future extension throwing exception #585

v3.0.45

23 Mar 21:01
Compare
Choose a tag to compare

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

v3.0.44

22 Mar 18:07
Compare
Choose a tag to compare

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
Choose a tag to compare

Download the library here

  • UPDATED:: Package dependencies version

v3.0.41

10 Mar 01:16
Compare
Choose a tag to compare

Download the library here

  • FIXED: EFcore 3.1.1 , raw SQL queries + future extension throwing exception #585

v3.0.40

26 Feb 00:38
fed66e4
Compare
Choose a tag to compare

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