Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v3.0.51
Download the library here
- UPDATED: Package Dependencies
- FIXED: Problems with SQLite database and TimeSpan #611
v3.0.50
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
Download the library here
- ADDED:
ExpireCache
for Manual Cache Clearing #606,
v3.0.48
Download the library here
- UPDATED: Package Dependencies
- FIXED: IncludeOptimized() InvalidCastException when using UseInMemoryDatabase() #598
v3.0.46
Download the library here
- FIXED: EFcore 3.1.1 , raw SQL queries + future extension throwing exception #585
v3.0.45
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
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
Download the library here
- UPDATED:: Package dependencies version
v3.0.41
Download the library here
- FIXED: EFcore 3.1.1 , raw SQL queries + future extension throwing exception #585
v3.0.40
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