-
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
Implement new architecture of dotnet-ef and PowerShell commands for ASP.NET Core/.NET Core #5334
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
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. |
This was referenced May 25, 2016
Remarking for triage: this can wait until after RTM. |
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
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
This was referenced Jul 8, 2016
This was referenced Jul 19, 2016
Additional things to consider:
|
5 tasks
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
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
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
Some things to consider:
The text was updated successfully, but these errors were encountered: