Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
10.105.6.0
Download the library here
- NEW FEATURE: ExecuteDeleteBatch allows deleting entities in batches. (Documentation coming soon.)
- NEW FEATURE: UpdatePartial
andUpdateRangePartial allow attaching an entity and marking only specific properties as modified. (Documentation coming soon.) - IMPROVED: FutureAction now supports
FutureActionAsyncandExecuteFutureActionAsync - UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
10.105.5.0
Download the library here
- FIXED: Future query fails with exception "The variable name has already been declared" #647
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
10.105.4.0
Download the library here
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
10.105.3.0
Download the library here
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
10.105.2.2
Download the library here
- FIXED: SqlException : Parameter Naming Conflict (.Net10) #839 (Specific to EF Core 10)
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
10.105.2.1
Download the library here
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
10.105.2.0
Download the library here
- FIXED: Issue with QueryHint. It should now be compatible with more methods such as DeleteFromQuery and UpdateFromQuery.
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
10.105.0.0
Download the library here
- EFCORE-VERSION CHANGES: With EF Core 10 released, the
[efcore-version]in the[efcore-version].[major].[minor].[patch]versioning conventions will now be incremented from9.x.y.zto10.x.y.z. - ADDED: Support to EF Core 10
- FIXED: System.Data.SqlClient.SqlException: 'There is already an object named '#ZZZ_TemporaryTable_100' in the database.' #837
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
9.104.0.1
Download the library here
- MODIFIED: For the Audit feature, changes are now materialized during PreSaveChanges to handle cases where new entities are added to the ChangeTracker at that stage.
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
9.104.0.0
Download the library here
- ADDED: Support to EF Core 10 RC1
- FIXED: A simple looking delete query fails with error: Invalid column name 'Id' #834
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions