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

The packageName must be lower case? #22

Closed aihui109 closed 2 years ago

aihui109 commented 2 years ago

if “https://api.nuget.org/v3-flatcontainer/Newtonsoft.Json/index.json” , show httpcode 404,Have to “https://nuget.cdn.azure.cn/v3-flatcontainer/newtonsoft.json/index.json

aliasadidev commented 2 years ago

if “https://api.nuget.org/v3-flatcontainer/Newtonsoft.Json/index.json” , show httpcode 404,Have to “https://nuget.cdn.azure.cn/v3-flatcontainer/newtonsoft.json/index.json”

Newtonsoft.Json works fine for me, the second address wasn't reachable

The packageName must be lower case? https://api.nuget.org/v3-flatcontainer/Newtonsoft.Json/index.json https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json both are same

aihui109 commented 2 years ago

Thanks!,This is my screenshot: 1 2

aihui109 commented 2 years ago

Here are some instructions: "The package ID, lowercased" https://docs.microsoft.com/en-us/nuget/api/package-base-address-resource