Skip to content

Releases: zzzprojects/EntityFramework-Plus

v5.2.0

30 Jun 15:46
a298c0e
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.41

17 Jun 04:15
a298c0e
Compare
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
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.39

02 Jun 16:51
a298c0e
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.38

31 May 21:57
a298c0e
Compare
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
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.36

14 May 00:05
a298c0e
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.35

05 May 15:44
a298c0e
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.33

26 Apr 14:28
a298c0e
Compare
Choose a tag to compare

Download the library here

  • IMPROVED: Support to Update with OwnedOne (more complex scenario are now supported)
  • FXIED: Possible memory leak in the Query Filter features in EF6
  • UPDATED: Package Dependencies

v5.1.31

19 Apr 22:39
a298c0e
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Released support to EF Core 6 - Preview 3
  • UPDATED: Package Dependencies