- 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 toKeyNotFoundException
(instead ofException
).