Entity FrameWork 7(beta 4) 迁移错误
Entity FrameWork 7(beta 4) migrations error
当 he/she 运行 使用 'Add-Migration Blah' 命令
时,还有谁从包管理器控制台收到此错误
add-migration : The term 'add-migration' is not recognized as the name of
a cmdlet, function, script file, or operable program.Check the spelling of
the name, or if a path was included, verify that the path is correct
and try again.
我添加了 EntityFramework.Commands 依赖项(针对 beta4)
新编辑:
这更像是一个建议。在你 运行 kpm 命令之前,你应该去包管理器设置并取消勾选 "api.nuget.org"。否则你将继续收到 400 错误
对于在撰写本文时遇到问题的任何人,请不要使用 k。请改用 dnx。我用过它,它对我有用。
dnx。 ef migration add initial 是有效的命令。
以此作为安装 dnx 的指南
https://github.com/aspnet/Home/wiki/Version-Manager
当 he/she 运行 使用 'Add-Migration Blah' 命令
时,还有谁从包管理器控制台收到此错误add-migration : The term 'add-migration' is not recognized as the name of
a cmdlet, function, script file, or operable program.Check the spelling of
the name, or if a path was included, verify that the path is correct
and try again.
我添加了 EntityFramework.Commands 依赖项(针对 beta4)
新编辑: 这更像是一个建议。在你 运行 kpm 命令之前,你应该去包管理器设置并取消勾选 "api.nuget.org"。否则你将继续收到 400 错误
对于在撰写本文时遇到问题的任何人,请不要使用 k。请改用 dnx。我用过它,它对我有用。
dnx。 ef migration add initial 是有效的命令。
以此作为安装 dnx 的指南 https://github.com/aspnet/Home/wiki/Version-Manager