Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v3.0.61
Download the library here
- UPDATED: Package Dependencies
- ADDED: Support to
BatchSize
for Batch Update
feature
- ADDED: Added
SetDynamic(string name)
extension methods
v3.0.60
Download the library here
- UPDATED: Package Dependencies
- FIXED: IncludeFilter issue on .NET Core 3.1 #597
v3.0.59
Download the library here
- ADDED: Audit
MetaProperty
options to let you create a "property" with a custom old value and new value (#625)
AuditManager.DefaultConfiguration.MetaProperty<MyEntity>("metaName", x => x.NavigationProperty.Name, x => x.NavigationProperty.Name);
v3.0.58
Download the library here
- UPDATED: Package Dependencies
- ADDED: Beta version for:
- WithHint
- TemporalTableAsOf
- TemporalTableFromTo
- TemporalTableBetween
- TemporalTableContainedIn
- TemporalTableAll
v3.0.57
Download the library here
- FIXED:: Cache on FromSqlRaw (store procedure with parameters) #620
- FIXED: Convert primitives to objects #616
- UPDATED: Package Dependencies
v3.0.56
Download the library here
- UPDATED: Package Dependencies
v3.0.55
Download the library here
- UPDATED: Package Dependencies
v3.0.54
Download the library here
- UPDATED: Package Dependencies
v3.0.53
Download the library here
- FIXED: Method Not Found when delete. Using preview 6 of .NET Core 5. #615
- FIXED: Multiple IncludeOptimizedByPath Exception #614
v3.0.52
Download the library here