Ho installato di recente .NET Core 1.0 RC2 e so che il comando DNX è stato modificato nel comando dotnet.exe, ma so che non riesco a trovare come creare un nuovo EF7 File di migrazione. Qualunque cosa io provo il comando "dotnet ef" ottengoEF7 .NET Core 1 RC2 Add-Migration Failing
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
E qualcosa di simile, se una prova "Add-migrazione" comando all'interno della strega VS PS Console dammi questo:
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
Sono googling da 3 ore senza alcun risultato.
Mi sento come se mancasse un pacchetto.
Qualcuno qui ha creato con successo una nuova classe di migrazione EF7. dopo aver installato RC2?
Il collegamento è rotto. –
Ho decrementato questo post in quanto il collegamento è interrotto. Per favore aggiusti e io aumenterò. –