EF.png
Issue
将项目中的 EntityFramework 以及 EntityFramework.MappingAPI 升级到 6.2.0 版本后,EntityFramework.BulkInsert 6.0.1.2 抛出了无法加载 EntityFramework.MappingAPI 6.1.x 的异常,尝试各种修复方案后未果。
Focus
请关注 NuGet 中对于 EntityFramework.BulkInsert 中的特别说明: “NOTE: The current package is UNSUPPORTED since 2014”
Solution
使用最新的 Z.EntityFramework.Extensions 3.15.4 替换掉原来的 EntityFramework.BulkInsert。
Reference
Description | Link |
---|---|
ZZZ Projects | OfficialSite |
Z.EntityFramework.Extensions | NuGet |