v1.4.10
Download the library here
EF Core
- ADDED: Compatibility with Microsoft.EntityFrameworkCore.SqlServer 1.1.0-preview1-final
Audit
- ADDED: Display Data Annotation
- ADDED: Exclude Data Annotation
- ADDED: Include Data Annotation
Query Filter - EF6
- FIXED: Concurrency issue with context filter
Query Filter - EF Core
- ADDED: ForceCast options to overcome partially EF Core cast limitation
Query Include Filter
- ADDED: Null collection are now empty (like EF Include)
- FIXED: Lazy Loading navigation path are now "loaded"
Query Include Optimized
- FIXED: Lazy Loading navigation path are now "loaded"
AddOrAppendOrderBy
- FIXED: Fixed issue if root is a DbQuery
AddOrAppendOrderDescendingBy
- FIXED: Fixed issue if root is a DbQuery
- FIXED: two overload was used OrderBy instead of OrderDescendingBy