Skip to content

10.105.0.0

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 11 Nov 17:00

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 from 9.x.y.z to 10.x.y.z.
  • ADDED: Support to EF Core 10
  • BREAKING CHANGES: MySqlBulkCopy is now used by our library when AllowLoadLocalInfile=True is set in the connection string (specific to providers using MySqlConnector such as Pomelo.EntityFrameworkCore.MySql).
  • BREAKING CHANGES: BulkMerge now uses INSERT DEFAULT VALUES when no column to insert is specified (specific to SQL Server). You can ignore the insert part by setting IgnoreOnMergeInsert = true.
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of December

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions