2016-05-23 95 views

回答

1

我認爲你的問題是你使用class library項目。在EF Core的RC2中,您不能將DBContext放置在這樣的項目中。這是一個已知的問題。當您將其轉換爲「應用程序」項目時,它應該再次運行。

更多信息&來源:

解決方法:https://docs.efproject.net/en/latest/cli/dotnet.html#dotnet-cli-issues

Github的問題: https://github.com/aspnet/EntityFramework/issues/5460

樂於助人的鏈接,從升級到RC1 RC2:https://docs.efproject.net/en/latest/miscellaneous/rc1-rc2-upgrade.html