Cannot search Nuget package on Rider
I cannot search not installed nuget package (available packages) on Rider.
Any not installed packages I can find on visual studio are not listed on Rider. There are only installed packages.
Perhaps because of proxy. But proxy connection test on Rider is success.
How to solve this problem?
Please sign in to leave a comment.
Hi,
I got the same issue on Windows 7, I only see some packages with VS Offline.
I checked the config of the NuGet.Config:
Seems all right to me, I got it installed on my other computer where the config is identically and it works.
Did you find a solution to your problem ?
Hi,
I don't find yet.
I can search not installed nuget package (available packages) on internet not need proxy.
So I think my proxy setting is not correct even though proxy connection test is success...?
Erik
TLS 1.2 protocol is disabled on Win7 by default. This is most likely a reason for your issue.
To fix the issue, please try enabling it in Windows registry. This is a guide about how to do it: https://manage.accuwebhosting.com/knowledgebase/3008/How-do-I-enable-TLS-12-on-Windows-7.html.
As for the connection issue, @Akinori Katsuyama, please reproduce the issue once again, collect all Rider logs via "Help | Collect Logs", create a new support request and attach log bundle to it.
Thank you!
Sofia Byzova
Thanks a lot, works like a charm now :)