aliasadidev / vscode-npm-gui

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

Adding new package from ProGet hangs when getting package details #37

Closed LynxWall closed 2 years ago

LynxWall commented 2 years ago

Prior to the 2.x upgrade this was working fine with ProGet. However, after the upgrade I am not able to add new packages. I am able to manage installed packages and the package links work.

The package manager is able to find packages, but then just hangs with an overlay that never goes away when attempting to get the package information. Following screenshot shows what I'm seeing: image

aliasadidev commented 2 years ago

please can you send the log information (in console tab) + vscode version + ProGet version

image

LynxWall commented 2 years ago

This is the error I'm seeing in the console: image VSCode version: 1.66.0 ProGet version: 6.0.11

Thanks!

aliasadidev commented 2 years ago

ProGet returns string datatype instead of array for authors property image

the property name is a plural noun authors but the value of it is a string! :) the other sources return an array I fixed it

aliasadidev commented 2 years ago

you can test it in version 2.0.2

LynxWall commented 2 years ago

Verified that Nuget Package Manager is working with ProGet now. Was able to successfully list and view packages from ProGet. Thanks!