-
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
'Program' type missing from EF Command with latest packages #4323
Comments
Our code base is in an interim state while we cut over to .NET CLI. You won't be able to run commands on the nightly builds while all the pieces fall into place. |
Can I bump back to a specific version to get me over the line? |
I've swapped back over to the vnext feed for this package, this seems to be OK. |
If you get the build from https://www.myget.org/F/aspnetvnext then you should be fine for the moment. Packages won't get published to there until the unit tests for every repository pass on a single set of packages - that should be a while as we stabilize the .NET CLI integration 😄 |
Yep - totally understand that we are playing with fire. 😄 🔥 |
Feature work is being tracked by #3925 |
Closing as we already have an item tracking making this work |
When running "dnx ef" on our core project, it returns with: (7.0.0-rc2-16740)
'EntityFramework.Commands' does not contain a 'Program' type suitable for an entry point
We have noticed that this has only occurred over the last couple of days. Do we have to transition to the dotnet cli now, if so how would we run it?
The text was updated successfully, but these errors were encountered: