Skip to content

Releases: zzzprojects/EntityFramework-Plus

v5.1.24

16 Mar 03:50
1e89d7f

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.23

10 Mar 05:40
1e89d7f

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Support to EF Core 6 preview

v5.1.19

17 Feb 04:42
1fc62be

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.17

10 Feb 05:48
4f11397

Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: UpdateBatch doesn't update all records when condition specified #670

v5.1.16

03 Feb 05:36
4f11397

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

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

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

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

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

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)