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

Implement new architecture of dotnet-ef and PowerShell commands for ASP.NET Core/.NET Core #5334

Closed
rowanmiller opened this issue May 11, 2016 · 3 comments
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@rowanmiller
Copy link
Contributor

rowanmiller commented May 11, 2016

Some things to consider:

@rowanmiller
Copy link
Contributor Author

rowanmiller commented May 11, 2016

Since GitHub doesn't support multiple assignees 😄... assigning to @bricelam to catch up with @natemcmaster and others when he is back in the office to discuss where have landed and where we go from here.

@natemcmaster
Copy link
Contributor

Remarking for triage: this can wait until after RTM.

@rowanmiller rowanmiller added this to the 1.0.1 milestone May 26, 2016
@rowanmiller rowanmiller changed the title Sort out architecture of dotnet-ef and PowerShell commands for ASP.NET Core/.NET Core (xproj) Implement new architecture of dotnet-ef and PowerShell commands for ASP.NET Core/.NET Core (xproj) May 26, 2016
@rowanmiller rowanmiller changed the title Implement new architecture of dotnet-ef and PowerShell commands for ASP.NET Core/.NET Core (xproj) Implement new architecture of dotnet-ef and PowerShell commands for ASP.NET Core/.NET Core May 26, 2016
@natemcmaster
Copy link
Contributor

Additional things to consider:

natemcmaster pushed a commit that referenced this issue Aug 11, 2016
Issues:

 - Fix #646 - implements assembly-based command line interface
 - Fix #5273 - Split tools packages into .Tools.DotNet and .Tools.VisualStudio
 - Fix #5334 - Refactor cmdlets/dotnet-ef to invoke ef.exe/ef.dll
 - Fix #5684 - Use nuspec's instead of Sake
 - Fix #5839 - throw warning when architecture is not in {x86, x64, AnyCPU}

Other changes:

 - Add --no-color and --no-appdomain to command line tools
 - Add --json option to 'dbcontext scaffold' and 'migrations remove'
 - Refactor the inside-man invocation for Tools.DotNet to use "ef.dll" instead of invoking .Design.exe.
 - Add native powershell module for processing/forwarding streams
 - Reorganize code
    *  💔 break up DotNet and VisualStudio command line tools into separate packages
    * Push down execution logic dode from Tools.VisualStudio into .Design.
    * Lift code from .Design.Core to .Design
    * Reorganize test projects
    * Create a powershell only project for Tools.VisualStudio
    * Move tests into appropriate test projects and adjust namespaces
@natemcmaster natemcmaster added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Aug 12, 2016
@ajcvickers ajcvickers modified the milestones: 1.1.0-preview1, 1.1.0 Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

4 participants