我最近安裝了.NET Core 1.0 RC2,並且我知道命令DNX已經更改爲dotnet.exe命令,但是我知道我找不到如何創建新的EF7遷移文件。 無論我試試「DOTNET EF」命令 我得到EF7 .NET Core 1 RC2添加遷移失敗
dotnet : No executable found matching command "dotnet-ef"
At line:1 char:1
+ dotnet ef
+ ~~~~~~~~~
+ CategoryInfo : NotSpecified: (No executable f...and "dotnet-ef":String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
而且類似的東西,如果從VS PS控制檯女巫內嘗試「添加遷移」命令給我這個:
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.
At line:1 char:1
+ Add-Migration
+ ~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Add-Migration:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我在3小時內使用Google搜索而沒有任何結果。
我覺得像一個包缺失。
這裏有人已經成功創建了一個新的EF7遷移類。安裝RC2後?
鏈接已損壞。 –
由於鏈接中斷,我減少了這篇文章。請修復,我會增加。 –