Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v1.4.27
Download the library here
Query AddOrAppendOrderBy
- FIXED: Issue with Inheritance and OfType method (issue #119)
Query IncludeOptimized
- FIXED: Issue with Inheritance and OfType method (issue #119)
v1.4.26
Download the library here
Query Future
- FIXED: Performance when only one query was in the batch (issue #113)
This fix is a contribution of: @ksmithRenweb
v1.4.25
Download the library here
Query Future (EF5 / EF6)
- FIXED: Support with AsNoTracking
v1.4.24
Download the library here
Query Future (EF Core)
- ADDED: Compatibility with InMemory provider
v1.4.23
Download the library here
Audit (EF Core)
- FIXED: Issue when an entity was updated
Batch Future
- FIXED: Issue with Guid and Oracle
_Batch Include Optimized
- FIXED: Issue with Guid and Oracle
v1.4.22
Download the library here
Batch Update
- FIXED: Issue with lambda expression + variable
v1.4.21
Download the library here
Query Filter (EF Core)
- ADDED: SetFiltered extension method
v1.4.19
Download the library here
Query Future
Query Include Optimized
v1.4.18
Download the library here
Audit
- FIXED: Some foreign key (without Navigation Property) was saved with the default value
v1.4.16
Download the library here
Query Cache (EF6))
- FIXED: The command generated (for the Cache Key) now use IDbCommandInterceptor
Query Filter (EF6))
- FIXED: The command generated now use IDbCommandInterceptor
Query Future (EF6)
- FIXED: The command generated now use IDbCommandInterceptor
Credit for this fix: https://github.com/nphmuller