Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.9.4

08 Jul 13:52
Compare
Choose a tag to compare

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)

27 Jun 14:11
Compare
Choose a tag to compare
  • 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

26 Jun 13:47
Compare
Choose a tag to compare

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)

10 Jun 14:00
3de57b6
Compare
Choose a tag to compare

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

26 Jun 11:39
Compare
Choose a tag to compare

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

06 Jun 18:08
9614e2e
Compare
Choose a tag to compare

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

30 May 13:11
Compare
Choose a tag to compare

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

29 May 23:10
Compare
Choose a tag to compare

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

23 May 20:42
Compare
Choose a tag to compare

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

21 May 12:58
Compare
Choose a tag to compare

Download the library here

  • FIXED: Error when trying to batch delete in EF Core 3.0 preview 5 #485