Issue with LinqPad Nuget Manager - Unable to Load Service Index
Hello,
I'm encountering an issue with the LinqPad Nuget Manager. Whenever I try to use it, I receive the following error message: "Unable to load the service index for source https://api.nuget.org/v3/index.json". However, when I use VS Code or Visual Studio on the same computer, I can connect to NuGet and download packages without any issues.
Could anyone advise me on how to resolve this problem?
Thank you in advance for your assistance.
Best,
Eric
Comments
-
Does your network require connection through a web proxy? If so, go to Edit | Preferences to check the setup in LINQPad.
-
Thank you for your response. I can confirm that my network does not require a connection through a web proxy.
-
What happens when you run the following query:
https://share.linqpad.net/7s6efrxx.linq -
I ran the query you provided and here are the results I got:
HttpClient test
8789Looking forward to your further instructions.
-
In Edit | Preferences > Web Proxy, can you confirm that you haven't entered anything proxy settings into the dialog? And are you able to download NuGet packages on another machine and/or another network?
-
After checking the Web Proxy settings in Edit | Preferences, I realized that a proxy was indeed set to http://127.0.0.1:8080. Upon removing this proxy setting, the issue was resolved. I apologize for any inconvenience caused and appreciate your patience and assistance in this matter.