Skip to content

Releases: zzzprojects/EntityFramework-Plus

7.22.2

31 May 00:05
f7cb9a3

Choose a tag to compare

Download the library here

  • FIXED: Error with TransactionScope when using FutureValue with Async #763
  • FIXED: Issue with UpdateFromQuery with Complex Type

7.22.0

16 May 21:46
f7cb9a3

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

7.21.1

03 May 13:36
f7cb9a3

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

7.21.0

17 Apr 20:21
f7cb9a3

Choose a tag to compare

Download the library here

  • ADDED: Support to EF Core 8 - Preview 3
  • UPDATED: Package Dependencies

7.20.0

20 Mar 22:40
f7cb9a3

Choose a tag to compare

Download the library here

  • RELEASED: Support to EF Core 8 - Preview 2
  • FIXED: For IncludeFilter, First() returns null (but should throw) #757
  • UPDATED: Package Dependencies

7.19.0

09 Mar 23:47

Choose a tag to compare

Download the library here

  • RELEASED: Support to EF Core 8 - Preview 1
  • UPDATED: Package Dependencies

7.18.5

21 Feb 20:17

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

7.18.4

08 Feb 01:21

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

7.18.3

24 Jan 22:47

Choose a tag to compare

Download the library here

  • FIXED: In EF6, when using FromCacheAsync or FutureAsync methods, the EF6 InterceptorContext will now have the IsAsync=true (Some methods were missing from v7.18.2)

7.18.2

17 Jan 20:23

Choose a tag to compare

Download the library here

  • ADDED: QueryFutureManager.ExecuteBatchAsync method
  • FIXED In EF Core, QueryFuture when the same variable is used multiple times in the same LINQ, such as query.Where(user => user.Username.Equals(userName) || user.PhoneNumber.Equals(userName))
  • FIXED: In EF6, when using FromCacheAsync or FutureAsync methods, the EF6 InterceptorContext will now have the IsAsync=true
  • UPDATED: Package Dependencies