Version 1.1
Features
IServiceCollection
has been extended in order to register the repositories withAddEfLight<TAssembly>()
method.- Added
SortDirection
class and integrated it withPagingRepository<TEntity, TKey>
methods. - The
track
parameter has been added to thePagingRepository<TEntity, TKey>
methods. - The new
RepositoryLifeme
attribute has been added in order to specify the lifetime of the repository during the registration.
Breaking changes
- The property
IsPresent
has been renamed toHasValue
in the Optional class.
Table of Contents