Skip to content

Releases: zzzprojects/EntityFramework-Plus

v2.0.7 (EF Core)

07 Aug 12:17
52fe000

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

v1.10.1

25 Jul 18:55

Choose a tag to compare

Download the library here

ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1

v1.9.7

19 Jul 13:34

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

v1.9.5

16 Jul 19:35
52431e0

Choose a tag to compare

Download the library here

  • FIXED: Exception is being thrown: 'The space 'CSSpace' has no associated collection' #497

v1.9.4

08 Jul 13:52

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

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

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

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

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

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.