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
- BREAKING CHANGES: MySqlBulkCopy is now used by our library when
AllowLoadLocalInfile=Trueis set in the connection string (specific to providers using MySqlConnector such as Pomelo.EntityFrameworkCore.MySql). - BREAKING CHANGES: BulkMerge now uses
INSERT DEFAULT VALUESwhen no column to insert is specified (specific to SQL Server). You can ignore the insert part by settingIgnoreOnMergeInsert = true. - UPDATED: Monthly Trial Release
Trial unlocked until the end of December
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions