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

Add package searches from public feed when that source is not in the packages.depenencies #57

Closed
baronfel opened this issue Jun 8, 2015 · 2 comments

Comments

@baronfel
Copy link

baronfel commented Jun 8, 2015

The UI for Add Packages defers to the public nuget gallery even when that feed isn't in the packages.dependencies for the project in question:

image
You can see the fiddler logs in this image.

The two feeds for this project are private company feeds, one for internally-produced packages and one for specific approved versions of public packages, so in the ideal case I'd not see Paket.Core in the search results here.

I haven't looked into if the problem is the allowed source list that paket.core is using to do the lookup or if paket.visualstudio is at fault here.

@forki
Copy link
Member

forki commented Jun 8, 2015

please try again with Paket.VisualStudio 0.4.2

@forki forki closed this as completed Jun 8, 2015
@baronfel
Copy link
Author

baronfel commented Jun 8, 2015

Awesome, we no longer see the public results, thanks!

We don't see any packages at all, but that's because our hosted Nuget server doesn't support the apiv3 autocomplete. It'd be nice to fallback to old-style search, but that's outside the scope of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants