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

[Authentication] In multi-feed scenario, NuGet install does not honor the feed selected as package source in PM-UI #5034

Closed
anangaur opened this issue Apr 14, 2017 · 2 comments
Labels
Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client Resolution:Duplicate This issue appears to be a Duplicate of another issue
Milestone

Comments

@anangaur
Copy link
Member

anangaur commented Apr 14, 2017

Repro steps:

  1. Have multiple feeds setup with atleast one authenticated feed and one local feed
  2. Open PMUI, select the authenticated feed as your source.
  3. Search for a package that is present in both local and authenticated feed.
  4. Install the package

Expected: It should install the package from the authenticated feed that is selected in the PM-UI as package source.

Actual: It may install from local feed. May be authentication takes time while the other feed returns with the package to install. Ideally NuGet should not look for other feeds to install the package when a particular feed is selected as package source.

Note: You need to clear cache for subsequent repro.

@nkolev92
Copy link
Member

The behavior is different for PC and PackRef scenarios.
See related #5848

@mishra14 mishra14 added the Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. label Oct 17, 2017
@mishra14 mishra14 added this to the Backlog milestone Oct 17, 2017
@nkolev92
Copy link
Member

Dup of #6373.

@nkolev92 nkolev92 added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client Resolution:Duplicate This issue appears to be a Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants