aliasadidev / vscode-npm-gui

vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding new package from ProGet hangs when getting package details

LynxWall opened this issue · comments

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

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

image

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

Thanks!

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

you can test it in version 2.0.2

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