Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v1.4.22
12 Jan 01:35
Compare
Sorry, something went wrong.
No results found
Download the library here
Batch Update
FIXED: Issue with lambda expression + variable
v1.4.21
10 Jan 00:42
Compare
Sorry, something went wrong.
No results found
Download the library here
Query Filter (EF Core)
ADDED: SetFiltered extension method
v1.4.19
02 Jan 02:34
Compare
Sorry, something went wrong.
No results found
Download the library here
Query Future
Query Include Optimized
v1.4.18
22 Dec 01:34
Compare
Sorry, something went wrong.
No results found
Download the library here
Audit
FIXED: Some foreign key (without Navigation Property) was saved with the default value
v1.4.16
15 Dec 02:19
Compare
Sorry, something went wrong.
No results found
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
v1.4.15
14 Dec 02:44
Compare
Sorry, something went wrong.
No results found
Download the library here
Query Filter (EF5 && EF Core)
FIXED: DbSet.Filter now disable all other filters by default
v1.4.14
12 Dec 02:35
Compare
Sorry, something went wrong.
No results found
Download the library here
Query Filter (EF6)
FIXED: QueryFilterManager.RegisterType with interface and base class
v1.4.13
07 Dec 00:56
Compare
Sorry, something went wrong.
No results found
Download the library here
Batch Delete (EF Core)
FIXED: Parameter Issue when a SQL with "IN" method was generated
Batch Update(EF Core)
FIXED: Parameter Issue when a SQL with "IN" method was generated
Query Future(EF Core)
FIXED: Parameter Issue when a SQL with "IN" method was generated
Query Filter (EF6)
ADDED: QueryFilterManager.RegisterType method
v1.4.12
16 Nov 03:51
Compare
Sorry, something went wrong.
No results found
Download the library here
Query Filter - EF6
ROLLBACK: The fix for Concurrency issue with context filter has been rollbacked. The fix was fully working but caused performance issue.
Unfortunately, this feature is currently not fully working in concurrency scenario when using filter by context. This can be fixed by forcing an empty cache.
You can read more about EF6 Limitation here
Query Include Optimized
FIXED: OrderBy are now working properly
v1.4.11
08 Nov 17:43
Compare
Sorry, something went wrong.
No results found
Download the library here
Query Include Filter
FIXED: Lazy Loading error for Relation without navigation property
Query Include Optimized
FIXED: Lazy Loading error for Relation without navigation property
FIXED: AddOrAppendOrderBy with query using Select or SelectMany methods