vscode-nuget-package-manager icon indicating copy to clipboard operation
vscode-nuget-package-manager copied to clipboard

Adding Custom nuget server

Open MarekLani opened this issue 5 years ago • 2 comments

Hi, I was trying to figure out how to add custom nuget server, but did not manage to. Is it possible?

MarekLani avatar Dec 13 '19 09:12 MarekLani

I have a similar but opposite problem, i configured additional nuget sources on other projects (using Visual Studio 2019), and the extension tries to refresh packages that are on the main microsoft repo by pulling them from one of the custom (private) repos. Disabling the custom repositories fixes my issue, I was just wondering if there's a way to specify this, to avoid fiddling with them every time i need to refresh packages via vscode.

mic-appiani avatar Jan 01 '20 16:01 mic-appiani

adding custom nuget feed would be a great thing for this tool or atleast just try to work with the nuget.config if placed in the root directory or in any directory hierarchy. to beable to specifcy feed in the project or at computer level.

martea avatar Apr 27 '21 15:04 martea