Release Notes
October 13, 2024 ยท View on GitHub
More changes:
- Releases: https://github.com/WeihanLi/WeihanLi.EntityFramework/releases
- PRs: https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged+base%3Amaster
WeihanLi.EntityFramework
WeihanLi.EntityFramework 1.8.0
- update IAuditUserIdProvider => IUserIdProvider
- update OperationType => DataOperationType
WeihanLi.EntityFramework 1.7.1
- add
AuditDbContextInterceptorextensions forFluentAspectOptions - upgrade
WeihanLi.Commonto make it possible to useAspectCoreorCastle
WeihanLi.EntityFramework 1.7.0
- update
AuditEntry - auto audit with aop
WeihanLi.EntityFramework 1.6.0
- add auto audit support
- add
dbContext.GetTableName<TEntity>()extensions - add
QueryWithNoLockInterceptor
WeihanLi.EntityFramework 1.5.0
- update EF core to 3.1(drop support EF core 2.x)
- update
EFRepository.FindAsyncto returnValueTask - update
IsRelationalDatabaseextension
WeihanLi.EntityFramework 1.4.2
- update
IEFUnitOfWork/IEFRepository - add
Update/UpdateWithoutextension methods for dbContext - add
GetTableName/GetColumnNameextension method - add
dbContext.Database.IsRelational - add auto audit support
WeihanLi.EntityFramework 1.3.0
- add
IEFUnitOfWork - optimize
EFRepositoryQueryBuilderset default predict to null
WeihanLi.EntityFramework 1.2.0
- add
IEFRepositoryFactory
WeihanLi.EntityFramework 1.1.0
- add
QueryforIEFRepositoryreturn rawIQueryable<TEntity>
WeihanLi.EntityFramework 1.0.9
- add
Delete/AnyforIEFRepository - update pagedList extension
- add
DbContextBase
WeihanLi.EntityFramework 1.0.8
- rename Get with selector method name =>
GetResult/FirstOrDefaultResult/GetPagedListResult
WeihanLi.EntityFramework 1.0.7
- update
UpdateforEFRepository - add
UpdateWithout - remove none
QueryBuilderextensions
WeihanLi.EntityFramework 1.0.6
- add
FirstOrDefaultforEFRepository
WeihanLi.EntityFramework 1.0.5
- add
CancellationTokensupport for async operations - add
IEFRepositoryGenerator - add
EFRepositoryQueryBuilderforEFRepository - add
sourceLinksupport
WeihanLi.EntityFramework 1.0.3
- add
EFRepositoryGenerator