aliasadidev / vscode-npm-gui

vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui
MIT License
48 stars 16 forks source link

support several nuget servers ? #9

Closed TomyCesaille closed 3 years ago

TomyCesaille commented 3 years ago

Hi, The current status of the extension seems to allow the customization of the nuget source thanks to nugetpackagemanagergui.nuget.searchPackage.url.

In my ends, I am using 2 sources that are fed through nuget.config. I was wondering if you plan on supporting several sources from your config or from nuget.config file (would be even better).

I could help on that by the way, I'm issuing in advance in case this is already plan/ongoing.

And thanks for this work so far ! Regards,

aliasadidev commented 3 years ago

Hi @TomyCesaille Your request sounds great! I've added this feature, and I think it needs some tests to be published. If you can test it, I will appreciate it.

aliasadidev commented 3 years ago

image

Both SearchPackage and PackageVersionsUrl properties are list now

aliasadidev commented 3 years ago

the branch is support-several-nuget-servers

TomyCesaille commented 3 years ago

On my way to test it out, you rock !

TomyCesaille commented 3 years ago

Report

Context

I use the official Nuget + a private corporate BaGet server.

Results

For the record, here are my links for BaGet:

Thank you for your work again ;) Glad to see I can use this extension with my team soon !