Skip to content

v1.4.10

Compare
Choose a tag to compare
@zzzprojects zzzprojects released this 07 Nov 16:23
· 581 commits to master since this release

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