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

PMC install -source inconsistency #5851

Closed
nkolev92 opened this issue Sep 5, 2017 · 1 comment
Closed

PMC install -source inconsistency #5851

nkolev92 opened this issue Sep 5, 2017 · 1 comment
Assignees
Labels
Functionality:Install The install command in VS/nuget.exe Functionality:Restore Product:VS.Client Resolution:Duplicate This issue appears to be a Duplicate of another issue Style:PackageReference

Comments

@nkolev92
Copy link
Member

nkolev92 commented Sep 5, 2017

Currently installing a package through PMC by using the -source option works differently in Package Reference vs Packages.config case.
Now there are some expected inconsistencies, but the issue here is that in the packages reference case, it says it cannot find the package in the source (while obviously present. Packages.config works fine however.

  1. Create a packages.config project
  2. Run a command such as "Install-Package xunit -Source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json
  3. Create a Legacy Package Reference project
  4. Clear all locals (!!!!) and do 2.

This repros in 15.0

@nkolev92
Copy link
Member Author

nkolev92 commented Sep 5, 2017

Analyzed further, dup of #5848

@nkolev92 nkolev92 closed this as completed Sep 5, 2017
@nkolev92 nkolev92 added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Sep 5, 2017
@nkolev92 nkolev92 self-assigned this Sep 5, 2017
@nkolev92 nkolev92 removed this from the 4.5 milestone Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:Install The install command in VS/nuget.exe Functionality:Restore Product:VS.Client Resolution:Duplicate This issue appears to be a Duplicate of another issue Style:PackageReference
Projects
None yet
Development

No branches or pull requests

1 participant