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

Package Manager For Visual Studio overwrites solution nuget.config if any changes are made #1719

Closed
jacku-abide opened this issue Nov 12, 2015 · 1 comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue

Comments

@jacku-abide
Copy link

I have customised my nuget.config file inside the .nuget folder of my solution.

If I then go into the Nuget Package Manager options screen and make any changes (either in General or Packages sources) the nuget.config file in my solution gets overwritten with a near-empty template file.

Surely changing the VS Package Manager settings should only modify the %AppData%\Nuget\nuget.config file, not the settings for my solution?

I'm using VS2013 with:
Nuget Package Manager For Visual Studio
Nuget 2.8.60723.765

@yishaigalatzer
Copy link

This is a known issue, and we plan to address it in one the next releases of nuget 3.

The assumption for this dialog was that it tries to update the nearest possible settings, which is obviously sometimes correct, and many times not.

The plan to is to provide a hierarchical settings dialog that resolves this issue.

We do not plan to update nuget 2.X for visual studio 2013 and earlier with this change.

#1114

@yishaigalatzer yishaigalatzer added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Nov 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants