You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.