Version 1.1
Features
IServiceCollectionhas been extended in order to register the repositories withAddEfLight<TAssembly>()method.- Added
SortDirectionclass and integrated it withPagingRepository<TEntity, TKey>methods. - The
trackparameter has been added to thePagingRepository<TEntity, TKey>methods. - The new
RepositoryLifemeattribute has been added in order to specify the lifetime of the repository during the registration.
Breaking changes
- The property
IsPresenthas been renamed toHasValuein the Optional class.
Table of Contents