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

Restore project refs to match build behavior (recurse) #3615

Closed
rrelyea opened this issue Oct 6, 2016 · 1 comment
Closed

Restore project refs to match build behavior (recurse) #3615

rrelyea opened this issue Oct 6, 2016 · 1 comment
Assignees
Labels
Functionality:Restore Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:Feature
Milestone

Comments

@rrelyea
Copy link
Contributor

rrelyea commented Oct 6, 2016

dotnet restore in VS "15" timeframe, should no longer support recursing directories for projects.
instead, we should support the following:

  1. solution level restore
  2. project level restore
    a) with a new default -- to restore itself plus all recursive project references.
    b) enable, with a switch, to choose non-recursive restore of just one project

In Nuget.exe, for compat, default to non-recursive. Enable a switch to enable recursive.

@rrelyea rrelyea added this to the 3.6 RC milestone Oct 6, 2016
@rrelyea rrelyea added Functionality:Restore Resolution:Duplicate This issue appears to be a Duplicate of another issue labels Oct 6, 2016
@rrelyea
Copy link
Contributor Author

rrelyea commented Oct 6, 2016

dupe of 3577

@rrelyea rrelyea closed this as completed Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:Restore Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:Feature
Projects
None yet
Development

No branches or pull requests

2 participants