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

Custom nuget server url

Open jobou363 opened this issue 2 years ago • 1 comments

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 get it working. I'm wondering where I can find information or log of the errors happening and witch of the following configuration should be compatible.

//The NuGet endpoint address for getting package versions //* The extension injects {{packageName}} property automatically // NuGet Host "https://api.nuget.org/v3-flatcontainer/{{packageName}}/index.json" // BaGet Host "http://localhost/v3/package/{{packageName}}/index.json" // GitHub Host "https://nuget.pkg.github.com/username/download/{{packageName}}/index.json" // GitLab Host "https://gitlab.com/api/v4/projects/x/packages/nuget/download/{{packageName}}/index.json" // Nexus Host "http://localhost/repository/nuget-hosted/v3/content/{{packageName}}/index.json" // Azure Host "https://pkgs.dev.azure.com/username/guid/_packaging/guid/nuget/v3/flat2/{{packageName}}/index.json" // ProGet Host: "http://localhost/nuget/Test-Feed/v3/flatcontainer/{{packageName}}/index.json" "packageVersionsUrl": "https://api.nuget.org/v3-flatcontainer/{{packageName}}/index.json", // The package url in the host server // NuGet Host "https://www.nuget.org/packages/{{packageName}}" // Azure Host "https://dev.azure.com/user/project/_artifacts/feed/feed-name/NuGet/{{packageName}}/{{version}}/overview" // GitHub Host "https://nuget.pkg.github.com/username/{{packageName}}/index.json" // GitLab Host "https://gitlab.com/user/project/-/packages?type=&orderBy=name&sort=asc&search[]={{packageName}}" // ProGet Host: "http://localhost/feeds/Test-Feed/{{packageName}}/versions" "packageUrl": "https://www.nuget.org/packages/{{packageName}}", //The NuGet endpoint address for searching packages // NuGet Host "https://azuresearch-usnc.nuget.org/query" // BaGet Host "http://localhost/v3/search" // GitHub Host ""https://nuget.pkg.github.com/username/query"" // GitLab Host "https://gitlab.com/api/v4/projects/x/packages/nuget/query" // Nexus Host "http://localhost/repository/nuget-hosted/v3/query/0" // Azure Host "https://pkgs.dev.azure.com/username/guid/_packaging/guid/nuget/v3/query2" // ProGet Host:"http://localhost/nuget/Test-Feed/v3/search" "searchUrl": "https://azuresearch-usnc.nuget.org/query", // The source types (server / local) // * local type isn't supported. "sourceType": "server",

jobou363 avatar Jan 16 '23 22:01 jobou363

Yeah, I can't find any logs/output either :(

jeremy-allocate avatar Aug 09 '23 22:08 jeremy-allocate