Skip to content

Any chance that KVM Setup (or something else) edits Nuget Package Sources? #92

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

Closed
julielerman opened this issue Jun 26, 2014 · 5 comments

Comments

@julielerman
Copy link

I had some wierd dependency issues that turned out to be because nuget.org was unchecked in my NuGet Package Source settings. I don't recall turning that off and I know that until very recently, I've been getting current packages (for non vnext projects) from NuGet.

At the same time I noticed something else odd. I had added a source for the nightly builds myself. But in addition to nuget.org being unchecked, i noticed that there is now an AspNetVNext source which duplicates the one I created. Here's a screenshot (after I re-checked nuget.org.)
image

Is there some scenario (kvm install, grabbing repositories from github, etc) that adds that package source and might also have unchecked nuget.org? If so, it's just been in the last few days that this happened on my machine as I've been fiddling with EF7. :)

@glennc
Copy link
Contributor

glennc commented Jun 26, 2014

I don't think anything does this deliberately. @Praburaj did you ever see this behavior.

@ajcvickers
Copy link
Contributor

@glennc It is something I have seen before.

@julielerman
Copy link
Author

Fwiw, I looked at a screenshot I took 2 days ago of the package manager and nuget.org was there and the mystery aspnetvnext source was not.

-----Original Message-----
From: Glenn
Sent: 6/26/2014 4:34 PM
To: aspnet/Home
Cc: Julie Lerman
Subject: Re: [Home] Any chance that KVM Setup (or something else) edits Nuget Package Sources? (#92)

I don't think anything does this deliberately. @Praburaj did you ever see this behavior.


Reply to this email directly or view it on GitHub:
#92 (comment)

@glennc
Copy link
Contributor

glennc commented Jun 26, 2014

Must be a bug in KVM somewhere. I'll take a look.

@Praburaj
Copy link

Praburaj commented Mar 9, 2015

This is a known tooling issue. http://nuget.codeplex.com/workitem/4397

Work around is to add a feed with url https://nuget.org/api/v2/ in your %appdata%\nuget\nuget.config (I think you will have to edit your %appdata%\nuget\nuget.config directly as tooling may stop you adding a duplicate feed url) and key (something != Nuget.org).

This was referenced Mar 13, 2018
ryanbrandenburg pushed a commit that referenced this issue Nov 19, 2018
ryanbrandenburg pushed a commit that referenced this issue Nov 20, 2018
…t is has been reported to the dotnet corefx team here: dotnet/corefx#8809 The issue won't be resolved in 1.0.0, so @stephentoub recommended that we reuse the HttpClient.
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants