Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v1.3.8
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
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
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
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
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
Download the library here
- FIXED: Query Filter GetDbSet methods for .NET Core.
v1.3.2
Download the library here
- ADD: EFCore project are now strongly named.
v1.3.1
Download the library here
- ADD: Support to EFCore In Memory for Batch Delete feature
v1.3.0
Download the library here
- UPDATE: EF+ Core version from RC2 to RTM
v1.2.5
Download the library here
- FIXED: Issue with Query Future + MySQL + constant parameter
- FIXED: Issue with Query IncludeOptimized + MySQL + constant parameter