Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v1.9.4
Download the library here
- FIXED: When using a class that inherits from ICollection the list won't be filled with an empty list but with NULL #496
v2.0.3 (EF Core)
- FIXED: Issue with SQLite +
DeleteFromQuery
(#494)
- ADDED:
Lock
when using the cache list to solve "FromCache call sometimes results in "Index was outside the bounds of the array." #338"
- ADDED:
IgnorePropertyAdded
to ignore all properties (but key) when an entity is in the Added
state.
v1.9.3
Download the library here
- ADDED:
IgnorePropertyAdded
to ignore all properties (but key) when an entity is in the Added
state.
v2.0.0 (EF Core)
Download the library here
Due to some major changes in EF Core 3.x, our library will not longer support both versions (2.x and 3.x) at the same time to simplify our logic and to allow us to use interface recently added in EF Core 3.x
The EF Plus package for EF Core will now support two different versions:
- Version 2.x: Strictly support EF Core >= v2.x and < v.3.x
- Version 3.x: Strictly support EF Core >= v3.x and < v.4.x
v1.9.2
Download the library here
- ADDED:
Lock
when using the cache list to solve "FromCache call sometimes results in "Index was outside the bounds of the array." #338"
v1.10.0
Download the library here
- ADDED: Long waiting support of
IncludeFilter
for EF Core 2.x. Non-async method also work for EF Core 3.x.
Note: EF Core 3.x will be supported soon, we are currently in discussion about how we should release package as some breaking change in EF Core make it impossible to support both versions at the same time.
v1.9.1
Download the library here
- ADDED: new option for audit
IgnoreEntityAddedDefaultValue
. When set to true, all value equal to default type will be added as null.
v1.9.0
Download the library here
- FIXED: Issue with Batch Delete && Batch Update with name sometimes using an alias and other time not (Issue #483, pull #484)
v1.8.29
Download the library here
- ADDED: Option
BatchUpdateManager.UseMySqlSchema
(Issue #480)
- ADDED: Option
BatchDeleteManager.UseMySqlSchema
(Issue #480)
- FIXED: Issue with Null operator (#486)
v1.8.28
Download the library here
- FIXED: Error when trying to batch delete in EF Core 3.0 preview 5 #485