Skip to content

v5.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 16:00
v5.4.0
eb49592
  • Added GetListAsync overloads that allow you to specify the ordering of the returned list.
  • Added GetPagedListAsync overloads that allow you to specify what navigation properties to include (when using the Entity Framework repository).
  • The parent type of EntityNotFoundException has been changed to KeyNotFoundException (instead of Exception).