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

NuGet.PackageManagement: NuGet throws 'Unable to satisfy dependency constraints' exception when a dependency package is not found in the source #241

Closed
deepakaravindr opened this issue Mar 18, 2015 · 1 comment
Assignees
Labels
Functionality:SDK The NuGet client packages published to nuget.org Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Type:Bug
Milestone

Comments

@deepakaravindr
Copy link

NuGet.PackageManagement: NuGet throws 'Unable to satisfy dependency constraints' exception when a dependency package is not found in the source

Repro steps

  1. Create new project
  2. Use a file share as package source and only put Package A in it which depends on package B
  3. Install package A

Expected:

Exception 'Package B could not be found'

Actual

Exception 'Unable to satisfy dependency constraints'

@deepakaravindr deepakaravindr added this to the 3.0.0-rc2 milestone Mar 18, 2015
@deepakaravindr deepakaravindr added Functionality:SDK The NuGet client packages published to nuget.org Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Type:Bug labels Mar 18, 2015
@emgarten
Copy link
Member

emgarten commented Apr 9, 2015

Fixed

@emgarten emgarten closed this as completed Apr 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:SDK The NuGet client packages published to nuget.org Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Type:Bug
Projects
None yet
Development

No branches or pull requests

2 participants