Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.3.8

13 Aug 19:52
Compare
Choose a tag to compare

Download the library here

_EF+ Query Cache

  • FIXED: Added expression for .NET Core to make the key more unique. The SQL generated by EF Core is not unique like EF5 and EF6 do since more than one query is executed.

v1.3.7

13 Aug 17:48
Compare
Choose a tag to compare

Download the library here

EF+ Batch Delete

  • FIXED: Under .NET Core NET Standard 1.3, The code was trying to load the wrong assembly (from RC2)

EF+ Batch Update

  • FIXED: Under .NET Core NET Standard 1.3, The code was trying to load the wrong assembly (from RC2)

v1.3.6

10 Aug 00:40
Compare
Choose a tag to compare

Download the library here

EF+ Batch Delete

  • FIXED: GetModelName method for Database First

EF+ Batch Update

  • FIXED: GetModelName method for Database First

v1.3.5

05 Aug 19:29
Compare
Choose a tag to compare

Download the library here

EF+ Query Cache

  • ADDED: Property IncludeConnectionInCacheKey
  • FIXED: Server && Database name are directly taken from the connection in case ChangeDatabase method is invoked.

v1.3.4

31 Jul 18:11
Compare
Choose a tag to compare

Download the library here

EF+ Query Cache

  • ADDED: Connection String is now part of Cache Key

EF+ Query IncludeOptimized

  • ADDED: AllowQueryBatch property

v1.3.3

28 Jul 12:32
Compare
Choose a tag to compare

Download the library here

  • FIXED: Query Filter GetDbSet methods for .NET Core.

v1.3.2

25 Jul 03:34
Compare
Choose a tag to compare

Download the library here

  • ADD: EFCore project are now strongly named.

v1.3.1

15 Jul 21:30
Compare
Choose a tag to compare

Download the library here

  • ADD: Support to EFCore In Memory for Batch Delete feature

v1.3.0

03 Jul 15:15
Compare
Choose a tag to compare

Download the library here

  • UPDATE: EF+ Core version from RC2 to RTM

v1.2.5

28 Jun 02:46
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with Query Future + MySQL + constant parameter
  • FIXED: Issue with Query IncludeOptimized + MySQL + constant parameter