Skip to content

Releases: zzzprojects/EntityFramework-Plus

7.100.0.5

25 Oct 15:45

Choose a tag to compare

Download the library here

  • ADDED: For EF Core, QueryCacheManager.UseAsNoTrackingWithIdentityResolution for people that want the cache to be resolved with identity resolution (slower but better #780)
  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

7.100.0.4

18 Oct 14:46

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

7.100.0.3

03 Oct 22:45

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

7.100.0.2

26 Sep 16:46

Choose a tag to compare

Download the library here

  • FIXED: Update creates invalid query EntityFramework-Plus with EF6 on Postgresql #778
  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

7.100.0.1

19 Sep 22:07

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

7.100.0.0

12 Sep 18:36
0d0b947

Choose a tag to compare

Download the library here



  • FIXED: Version 8 preview 4 has a .Contains bug #767
  • FIXED: Future broke pooled DbContext instance because previous Future query was cancelled #777
  • UPDATED: Package Dependencies

7.22.6

15 Aug 22:11
0d0b947

Choose a tag to compare

Download the library here

  • ADDED: Support to EF Core 8 - Preview 7
  • ADDED: Support to DateOnly and TimeOnly in IncludeFilter #773
  • UPDATED: Package Dependencies

7.22.5

12 Jul 15:54
0d0b947

Choose a tag to compare

Download the library here

  • FIXED: Issue with wrong assembly version with Z.EntityFramework.Plus.EF6

7.22.4

11 Jul 23:33
0d0b947

Choose a tag to compare

Download the library here

  • FIXED: When using EF6 with a ObjectContext (no underlying DbContext), the library will now create it whenever required
  • FIXED: Error when calling DeleteAsync() on a query that uses Sql Server HierarchyId type as a column type #765
  • UPDATED: Package Dependencies

7.22.3

13 Jun 02:10
0d0b947

Choose a tag to compare

Download the library here

  • FIXED: Issue with Update when a Sql Server HierarchyId was used under EF Core 8 (Issue #765)
  • FIXED: When querying table TemporalTableBetween sql throws error non convertible datetime #766
  • UPDATED: Package Dependencies