Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.4.29

14 Feb 13:33
Compare
Choose a tag to compare

Download the library here

Query Future (EF Core)

  • FIXED: Issue with InMemory caused by code added recently (#113)

v1.4.28

12 Feb 15:32
Compare
Choose a tag to compare

Download the library here

Audit (EF Core)

  • FIXED: Issue with two properties that should have not been Mapped (issue #121)

v1.4.27

11 Feb 16:47
Compare
Choose a tag to compare

Download the library here

Query AddOrAppendOrderBy

  • FIXED: Issue with Inheritance and OfType method (issue #119)

Query IncludeOptimized

  • FIXED: Issue with Inheritance and OfType method (issue #119)

v1.4.26

11 Feb 14:36
Compare
Choose a tag to compare

Download the library here

Query Future

  • FIXED: Performance when only one query was in the batch (issue #113)

This fix is a contribution of: @ksmithRenweb

v1.4.25

09 Feb 00:56
Compare
Choose a tag to compare

Download the library here

Query Future (EF5 / EF6)

  • FIXED: Support with AsNoTracking

v1.4.24

28 Jan 21:27
Compare
Choose a tag to compare

Download the library here

Query Future (EF Core)

  • ADDED: Compatibility with InMemory provider

v1.4.23

17 Jan 00:35
Compare
Choose a tag to compare

Download the library here

Audit (EF Core)

  • FIXED: Issue when an entity was updated

Batch Future

  • FIXED: Issue with Guid and Oracle

_Batch Include Optimized

  • FIXED: Issue with Guid and Oracle

v1.4.22

12 Jan 01:35
Compare
Choose a tag to compare

Download the library here

Batch Update

  • FIXED: Issue with lambda expression + variable

v1.4.21

10 Jan 00:42
Compare
Choose a tag to compare

Download the library here

Query Filter (EF Core)

  • ADDED: SetFiltered extension method

v1.4.19

02 Jan 02:34
Compare
Choose a tag to compare

Download the library here

Query Future

  • FIXED: Support to Oracle

Query Include Optimized

  • FIXED: Support to Oracle