Skip to content

Releases: zzzprojects/EntityFramework-Plus

v3.0.33

20 Jan 19:06
206a444

Choose a tag to compare

Download the library here

  • UPDATED:: The QueryFuture and IncludeFilter now execute multiple statement for Pomelo MySQL and Oracle. Since we have been unable to fix the issue with the DataReader, we choose instead a quick fix for this moment.

v3.0.32

28 Dec 23:56

Choose a tag to compare

Download the library here

  • ADDED:: BatchUpdateManager.InMemoryDbContextFactory per instance #344

v3.0.31

17 Dec 19:02

Choose a tag to compare

Download the library here

  • FIXED:: Issue with BatchUpdate and BatchDelete for EF Core + InMemory when calling after SaveChanges
  • FIXED:: Issue ExecuteReader when EnableRetryOnFailure strategy is enabled

v3.0.30

17 Dec 13:54

Choose a tag to compare

Download the library here

  • UPDATED:: BatchUpdate and BatchDelete now use the same code as EFE (support now some TPC and TPT scenario)
  • UPDATED: Package dependencies

v3.0.29

12 Dec 13:49

Choose a tag to compare

Download the library here

  • FIXED: QueryFuture with InMemory provider when using FirstOrDefault (Fix for EF Core 2.x)

v3.0.28

12 Dec 13:35

Choose a tag to compare

Download the library here

  • FIXED: QueryFuture with InMemory provider when using FirstOrDefault (Fix for EF Core 3.x)

v3.0.27

12 Dec 00:08

Choose a tag to compare

Download the library here

  • FIXED: String interpolation problem #554

v3.0.26

11 Dec 22:38

Choose a tag to compare

Download the library here

  • ADDED: IncludeOptimized is now back in EF Core 3.0

v3.0.25

11 Dec 21:51

Choose a tag to compare

Download the library here

  • ADDED: Target .NET Standard 2.0 for EF Core 3.1 #553

v3.0.24

25 Nov 15:57

Choose a tag to compare

Download the library here

  • UPDATE: Dependencies version update