2019/11/16

[EF] 專案使用 Entity Framework 6.3.0 造成無法正確執行 Migration 動作

markdown ### 環境 - VS 2019 16.3.9 - Web Application (.NET Framework) 專案 - Entity Framework 6.3.0 ### 問題 在新建立的 Web 專案中, 採用 Entity Framework 6.3.0 版本, 執行 migration 時出現 Path 為空值的錯誤 ``` Enable-Migrations : Cannot bind argument to parameter 'Path' because it is null. ``` ### 暫時解決方法 降版至 EF 6.2.0 至於修正版本, 將會在 6.4.0 時修正並釋出, 所以 6.3.0 就直接跳過不要用吧!! ### 相關連結 - [EF 6.3.0 PMC commands throw ParameterBindingValidationException when Startup Project is a Web App](https://github.com/aspnet/EntityFramework6/issues/1290)

沒有留言: