gitextensions / gitextensions.pluginmanager

Package manager for downloading and installing Git Extensions plugins.
MIT License
13 stars 10 forks source link

Make the list of installed plugins available even offline #72

Open dfev77 opened 1 year ago

dfev77 commented 1 year ago

Related to #70, not sure if it was fixed by that one. If nuget.org is not accessible I can't see the list of installed packages. I have to go the the disk folder to check what is installed and what not.

maraf commented 1 year ago

Thanks for the report!

The current implementation reads some metadata about event installed plugins from nuget.org. We probably could make it work to some extent even offline. I'll use this issue to track feature request.