Skip to content

Releases: zzzprojects/EntityFramework-Plus

v5.1.16

03 Feb 05:36
4f11397
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Issue with IncludeOptimizedAsync in EF Core 3.x (.NET Standard 2.0 only). The class now inherit from IAsyncEnumerable as it was for .NET Standard 2.1

v5.1.15

27 Jan 18:00
4f11397
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: EFcore 5.0.1+FromSqlRaw + Future() extension causes System.ArgumentException (similar to #585) #666

v5.1.13

14 Jan 01:40
4f11397
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: EFcore 5.0.1+FromSqlRaw + Future() extension causes System.ArgumentException (similar to #585) #666

v5.1.12

11 Jan 01:00
4f11397
Compare
Choose a tag to compare

Download the library here

  • FIXED: EFcore 5.0.1+FromSqlRaw + Future() extension causes System.ArgumentException (similar to #585) #666
  • UPDATED: Package Dependencies

v5.1.11

06 Jan 13:21
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Microsoft.Data.SqlClient.SqlException: 'Conversion failed when converting the nvarchar value 'Value1' to data type int.' #664

v5.1.10

30 Dec 18:34
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Single[Action] methods are now free (will only work with one entity, but you can call the method multiple time)

v5.1.8

15 Dec 01:36
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.6

09 Dec 02:48
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Deferred/QueryFutureValue fails in EF Core 5 with RetryExecutionStrategy #651
  • ADDED: Support to DeleteByKey for EF Core 3 and EF Core 5

v5.1.5

02 Dec 04:22
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: WhereDynamic with sub relation One - One #654

v5.1.4

27 Nov 03:48
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies