-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EF Commands #4555
Comments
They should be usable (but not throughly tested) now. Add the following to your {
"tools": {
"dotnet-ef": "1.0.0-*"
}
} Then restore, build, and use the tool just like you did cd src\MyProject
dotnet restore
dotnet build
dotnet ef dbcontext list |
Closing. Use #3925 to track further progress of the .NET-Core-CLI-based commands. |
Thanks! |
When I run an EF command, I get Am I missing something? |
Did you run |
Trying it in an "empty" project I now get project.json is:
And:
|
is it possible to run EF Commands again ? e.g. is there a dotnet CLI version of the EF commands that we can run?
The text was updated successfully, but these errors were encountered: