0
在RC1中,我可以使用命令dnx ef migrations添加NAME --targetProject Core,其中Core包含我的上下文和我的遷移。我如何將遷移放置在Core項目中而不是包含我的DI的Web項目中?EF7 RC2如何更改目標項目
在RC1中,我可以使用命令dnx ef migrations添加NAME --targetProject Core,其中Core包含我的上下文和我的遷移。我如何將遷移放置在Core項目中而不是包含我的DI的Web項目中?EF7 RC2如何更改目標項目
我認爲你的問題是你使用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