We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I updated the project to VS17 style.
old dotnet ef migrations add migration_name dont work (Windows and Ubuntu) Cause: No project.json
dotnet ef migrations add migration_name
VS17 doesnt open project.json projects.
Only works from the Package Manager Add-Migration migration_name
Add-Migration migration_name
Whats the CLI equivalent without PackageManager for Windows and for Ubuntu?
The text was updated successfully, but these errors were encountered:
See #7358 thread for detailed instructions on how to get command line tooling to work in VS2017
Sorry, something went wrong.
@smitpatel Thanks. Closing this. But please add more documentation.
cc: @rowanmiller
Yep the docs will all be updated when VS2017 and our tools RTM
No branches or pull requests
I updated the project to VS17 style.
old
dotnet ef migrations add migration_name
dont work (Windows and Ubuntu) Cause: No project.jsonVS17 doesnt open project.json projects.
Only works from the Package Manager
Add-Migration migration_name
Whats the CLI equivalent without PackageManager for Windows and for Ubuntu?
The text was updated successfully, but these errors were encountered: