Skip to content

Releases: zzzprojects/EntityFramework-Plus

v5.2.4

20 Jul 03:18
a298c0e

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.2.3

14 Jul 00:56
a298c0e

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Error with IncludeFilter() when executed in an ambient transaction. #691

v5.2.2

05 Jul 17:46
a298c0e

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.2.1

30 Jun 18:25
a298c0e

Choose a tag to compare

Download the library here

  • FIXED: Issue with dependencies version for EF6
  • UPDATED: Package Dependencies

v5.2.0

30 Jun 15:46
a298c0e

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.41

17 Jun 04:15
a298c0e

Choose a tag to compare

Download the library here

  • ADDED: Project method for EF6 that allow you to select only a few properties of an entity instead of all properties
  • UPDATED: Package Dependencies
var list = context.Customers.Project(x => new { x.Code, x.FirstName }).ToList();

v5.1.40

14 Jun 17:48
a298c0e

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.39

02 Jun 16:51
a298c0e

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.38

31 May 21:57
a298c0e

Choose a tag to compare

Download the library here

  • FIXED: EntitySetName is always NULL #401 (For EF Core)
  • UPDATED: Package Dependencies

v5.1.37

19 May 17:02
a298c0e

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies