Skip to content

v1.4.12

Compare
Choose a tag to compare
@zzzprojects zzzprojects released this 16 Nov 03:51
· 580 commits to master since this release

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