vscode-npm-gui icon indicating copy to clipboard operation
vscode-npm-gui copied to clipboard

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

Results 27 vscode-npm-gui issues
Sort by recently updated
recently updated
newest added

On my company we had some private azure feeds where credentials are deactivated and only PAT's are accepted. Event when its possible add the PAT as password on code try...

enhancement

```json "nugetpackagemanagergui.packageSources": [ { "sourceName": "BaGet", "searchUrl": "https://nuget.mydomain.com/v3/search", "packageUrl": "https://nuget.mydomain.com/packages/{{packageName}}", "packageVersionsUrl": "https://nuget.mydomain.com/v3/package/{{packageName}}/index.json", "sourceType": "server" } ] ``` Baget type based hosting, can you help me see where the problem is?

specs-missing

Hi! It would be killer feature if this plugin would understand nuget.config file and use it to automatically configure sources and all the rest required settings. Instead of manually configuring.......

enhancement

Hi. I have a workspace with multiple projects. some of them are c#. When I try to use the GUI I see this in console ```webviewElement.ts:512 An iframe which has...

bug
specs-missing

I'm using a custom self hosted nuget server using the package (NuGet.Server) . I have tried different configuration. I have an error and i have tried different configuration and cannot...

Not seeing much activity since January, and issues raised about connecting to local nuget servers have gone unanswered. Should I be looking elsewhere instead of trying to use this extension?

My private repo does not have https://gitlab.com/api/v4/projects/x/packages/nuget/download/{{packageName}}/index.json only search and metadata

specs-missing

The vscode (1.75.1) and extension is upgraded to the latest version and looks like this: ![image](https://user-images.githubusercontent.com/32291429/222082113-07889afe-0115-4b5f-906e-0e6cc5beb42f.png) and I don't know if that is the reason. ![image](https://user-images.githubusercontent.com/32291429/222082296-4b6a391e-91ad-409d-a924-77d4b6aca278.png)

specs-missing

I'm trying to use this extension with a JFrog artifactory located on a company server. It is not working. Now, I am not sure if it is due to lacking...

bug

For example, when click install, auto type the following in .NET interactive environment. ![image](https://user-images.githubusercontent.com/4510984/209898656-5a953bbc-7221-4b4d-866c-100f0e04e6b2.png) https://github.com/dotnet/interactive https://github.com/dotnet/interactive/blob/main/docs/nuget-overview.md