Skip to content

Releases: zzzprojects/EntityFramework-Plus

8.101.1.1

05 Dec 21:12
c2e5228
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

8.101.1.0

29 Nov 19:42
c2e5228
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • REMOVED: Unnecessary dependency for .NET 8 version:
    • Microsoft.CSharp
    • System.Reflection.Emit
    • System.Reflection.TypeExtensions

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

8.101.0.0

15 Nov 21:41
c2e5228
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

NOTE: EF Plus uses EFCore-Pinned Versionning conventions

7.100.0.5

25 Oct 15:45
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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