Ich habe vor kurzem .NET Core 1.0 RC2 installiert, und ich weiß, dass der Befehl DNX auf den Befehl dotnet.exe geändert haben, Aber ich weiß nicht, wie Sie neue EF7 erstellen Migrationsdatei Was auch immer ich den „Dotnet ef“ Befehl versuchen ichEF7 .NET Core 1 RC2 Add-Migration fehlgeschlagen
bekommendotnet : 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
Und etwas Ähnliches, wenn eine versuchen, die „Add-Migration“ Befehl von innerhalb der VS PS-Konsole Hexe gib mir diese:
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
Ich google seit 3 Stunden ohne Ergebnis.
Ich fühle mich wie ein Paket fehlt.
Wurde hier erfolgreich eine neue EF7-Migrationsklasse erstellt? nach der Installation von RC2?
Der Link ist unterbrochen. –
Ich dekrementierte diesen Beitrag, da die Verbindung unterbrochen ist. Bitte reparieren und ich werde erhöhen. –