Skip to content
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

Entity Framwork 7.0.0-rc1-final reverse engineer from existing db "Database first" #5194

Closed
DevNeeraj opened this issue Apr 27, 2016 · 8 comments

Comments

@DevNeeraj
Copy link

I am doing reverse engineering in my project. because in our project we follows database first approach.
Through this command, i achieved reverse engineering but not with RevEng command.

dnx ef DbContext Scaffold "Server=databasename;Database=data;UserID=*;Password=*;" EntityFramework.MicrosoftSqlServer

I have tried many things but still unable to find RevEng command under the ef.

In a project, i am using

 "commands": {
        "web": "Microsoft.AspNet.Server.Kestrel",
        "ef": "EntityFramework.Commands"
    }

and

 "dependencies": {
        "EntityFramework.Commands": "7.0.0-rc1-final",
        "EntityFramework.Core": "7.0.0-rc1-final",
        "EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-final",
        "EntityFramework.MicrosoftSqlServer.Design": "7.0.0-rc1-final",
        "EntityFramework.Relational.Design": "7.0.0-rc1-final",        
}

So how can i enable RevEng command in dnx,
Help me to out !

@ErikEJ
Copy link
Contributor

ErikEJ commented Apr 27, 2016

There is no command called RevEng. Just scaffold

@DevNeeraj
Copy link
Author

Then what is RevEng command? I have checked in many post they using RevEng command to get reverse engineering

@ErikEJ
Copy link
Contributor

ErikEJ commented Apr 27, 2016

A link to one of the posts?

@lajones
Copy link
Contributor

lajones commented Apr 27, 2016

There has been a lot of change in this area. The command was originally called reveng - which was short for "reverse engineering". But it was changed to dbcontext scaffold a while back. reveng no longer exists. I'm closing this issue as that seems to answer your question. But feel free to re-open if there's anything I missed.

@lajones lajones closed this as completed Apr 27, 2016
@DevNeeraj
Copy link
Author

@lajones
It's fine for me too. Thanks for this.
But i have many queries related ef 7 7.0.0-rc1-final ? where i have discusses my queries ?

@lajones
Copy link
Contributor

lajones commented Apr 27, 2016

@DevNeeraj You can raise another issue in this forum. But please look over the existing issues before you do - many RC1 issues regarding query have been addressed.

@DevNeeraj
Copy link
Author

Okay,
Thank you

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants