Restoring packages takes way too long
I use dotnet 8 and JetBrains Rider.
Recently after creating a new project I noticed that restoring packages takes at least 10 minutes. Every time I rebuild a project or install net nuget packages I have to wait.
The project is new and I only have a few nuget packages installed.
8 Replies
What could be a reason for this and how can I fix this?
What OS is it?
What version of Rider are you running?
Windows 11
Couple of guesses:
1. I had some issues with 2024.2.* with project loading being very slow. However, my issues were mostly fixed by 2024.2.7. Still you could test the EAP to see if your experience is any better.
2. Hit Alt-7 to open your nuget panel, and go to the sources tab. See if you're sources include something like a unc path or alternative source that might be slow.
Unknown User•7d ago
Message Not Public
Sign In & Join Server To View
I deleted all sources except nuget and it fixed the issue. Thank you.