[EF Core 2.2] Add-Migration 發生錯誤

IDE : Visual Studio 2017 

EF Core 版本 : 2.2.6

DB : SQL Server

最近把Repository加上去了以後

出現了怪問題 但是run 起來是ok的

只是在Add-Migration 會發生錯誤

錯誤訊息如下

No database provider has been configured for this DbContext. A provider can be configured by overriding the DbContext.OnConfiguring method or by using AddDbContext on the application service provider. If AddDbContext is used, then also ensure that your DbContext type accepts a DbContextOptions<TContext> object in its constructor and passes it to the base constructor for DbContext.

結果發現是在 DBContext 這邊 需要把 沒有任何參數的建構子刪除 不然會發生沒有可以用的service provider

之前尚未導入Repository Pattern的時候 沒有發生這個狀況 註記一下

-----------------------------------------

有時在會走之前你就得跑

你不解決問題 就等問題解決你