Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v5.1.16
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
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
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
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
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
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
Download the library here
- UPDATED: Package Dependencies
v5.1.6
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
Download the library here
- UPDATED: Package Dependencies
- FIXED: WhereDynamic with sub relation One - One #654
v5.1.4
Download the library here
- UPDATED: Package Dependencies