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

Create console application for running design-time operations #5949

Merged
merged 2 commits into from
Jul 13, 2016

Conversation

natemcmaster
Copy link
Contributor

@natemcmaster natemcmaster commented Jul 1, 2016

Part of #5334

cc @bricelam

TODO:

  • Move a bunch of code (lift .Design.Core into .Design)
  • Invoke ef.exe from PowerShell
  • Invoke ef.dll from dotnet-ef.dll
  • Test reflection operation executor
  • xmldoc
  • check version on operation executor and result handler for compatibility

WriteLogo();
command.ShowHelp();
});
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I liked these in their own file too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'm going to move this into separate files. I'm trying to come up with a way that this part of the code can be shared between dotnet-ef and ef.exe so that we can get proper help output w/o having two versions of this (for #5188 )

@bricelam
Copy link
Contributor

:shipit: It's beautiful. Great factoringn

@natemcmaster
Copy link
Contributor Author

Thx. I'll fixup the minor changes and continue working on this in the feature branch.

@natemcmaster natemcmaster merged commit ecdf1a7 into dotnet:feature/ef.exe Jul 13, 2016
@natemcmaster natemcmaster deleted the ef.exe branch July 14, 2016 18:45
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

Successfully merging this pull request may close these issues.

3 participants