Errors from Nuget restore on loading solution

I've started looking at one of our core projects at work. On opening the solution Rider attempts a Nuget restore. It looks like this fails for all packages from our private repo. The error logs say the package wasn't found, but the solution loads OK for the rest of our team. If I access the index URL for the private repo I do get a JSON response. The Nuget source for the private repo is defined only in the Nuget.config file for the solution and that's where I get the index URL.
1 Reply
Brady Kelly
Brady KellyOP3y ago
I was missing a Nuget.config file that defined a needed feed . Once I placed this config file in the folder above the solution folder, my IDE picked this up and included it in the set of source files the restore process uses

Did you find this page helpful?