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

Support specifying path to Nuget.Config for NuGet settings on VS #7533

Closed
Tracked by #7284
vsfeedback opened this issue Nov 21, 2018 · 3 comments
Closed
Tracked by #7284

Support specifying path to Nuget.Config for NuGet settings on VS #7533

vsfeedback opened this issue Nov 21, 2018 · 3 comments
Labels
Area:Settings NuGet.Config and related issues Functionality:VisualStudioUI Product:VS.Client Resolution:Duplicate This issue appears to be a Duplicate of another issue
Milestone

Comments

@vsfeedback
Copy link

In a large, multi-solution environment, managing Nuget sources can be a problem, especially when repeated change is required in those sources. By default, when no solution is open, you edit your machine's nuget.config and when you edit your local folder's nuget.config. This can lead to dozens of nuget.config files existing that need to be found and updated when a change occurs.

it would be great to be able to specify a file path for the nuget.config to use for a solution.

It would be better if we could specify a source control path to use for nuget.config for the solution.

This issue has been moved from https://developercommunity.visualstudio.com/content/idea/384979/support-specifying-path-for-nugetconfig.html
VSTS ticketId: 731466

These are the original issue comments:

Fiona Niu[MSFT] on 11/18/2018, 08:22 PM (44 hours ago):

Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. You will hear from us in about a week on our next steps.

@anangaur anangaur changed the title Support specifying path for Nuget.Config Support specifying path to Nuget.Config for NuGet settings on VS Nov 21, 2018
@anangaur
Copy link
Member

Related epic issue: #7284

@nkolev92
Copy link
Member

If a NuGet.Config is placed next to a solution file it already is treated as a solution level config.

Furthermore if you set the clear tag for all the elements you are effectively limiting the configuration to just that single file.
See https://github.com/NuGet/NuGet.Client/blob/dev/NuGet.Config for example.

Basically, you can already achieve most of this ask with the current state of the tooling.
The limitation is that you cannot edit that specific config from the VS UI.

I think this is something that should be taken into consideration when tackling #1820, which talks about the overall config experience rather than 1 specific scenario.

tldr;
I think we can/should dupe this out to #1820 and add the feedback there.

@rrelyea
Copy link
Contributor

rrelyea commented Nov 28, 2019

Duping out to #1820

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Settings NuGet.Config and related issues Functionality:VisualStudioUI Product:VS.Client Resolution:Duplicate This issue appears to be a Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

5 participants