jmrog / vscode-nuget-package-manager

An extension for Visual Studio Code that lets you easily add or remove .NET Core 1.1+ package references to/from your project's .csproj file using Code's Command Palette.
MIT License
34 stars 17 forks source link

Adding Custom nuget server #44

Open MarekLani opened 4 years ago

MarekLani commented 4 years ago

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

mic-appiani commented 4 years ago

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.

martea commented 3 years ago

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.