question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't restore solution - NuGet feed does not exist "https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json"

See original GitHub issue

Step 42/50 : RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln" ---> Running in c84b8dc70ef6 Determining projects to restore... /usr/share/dotnet/sdk/3.1.404/NuGet.targets(128,5): error : Unable to load the service index for source https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json. [/src/eShopOnContainers-ServicesAndWebApps.sln] /usr/share/dotnet/sdk/3.1.404/NuGet.targets(128,5): error : Response status code does not indicate success: 404 (Feed does not exist.). [/src/eShopOnContainers-ServicesAndWebApps.sln]

It seems like the nuget feed used for restoring some of the project packages doesn’t exist, visiting the URL in a browser also returns “Feed does not exist.”

Has this feed moved?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:8
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Alexabixcommented, Jan 12, 2021

Hello Everyone, dotnet.myget.org dependencies has been removed from NuGet.config. Could you please take the latest from the dev branch and test it at your end to make sure if everything is working fine ?

Thank you.

Can confirm it works for me now - thanks for the quick fix! 👍

2reactions
sughosneocommented, Jan 12, 2021

Hello Everyone, dotnet.myget.org dependencies has been removed from NuGet.config. Could you please take the latest from the dev branch and test it at your end to make sure if everything is working fine ?

Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NuGet Package Restore Not Working
Open solution, go into Tools > Nuget Package Manager > Package Manager Settings and Clear all Nuget caches . Check the console because...
Read more >
Troubleshooting NuGet Package Restore in Visual Studio
This error indicates that package restore is disabled in your NuGet configuration. You can change the applicable settings in Visual Studio as ...
Read more >
NuGet Restore/Update does not work when unrequired ...
Open up a solution in Visual Studio that only uses packages from nuget.org (not from the LAN package source). Attempt to restore packages,...
Read more >
NuGet Package Restore
NuGet Package Restore restores all of a project's dependencies that are listed in either a project file or a packages.config file.
Read more >
Package Not Found During Package Restore
The solution is very simple: you can set the active package source to aggregate in Visual Studio, or simply configure NuGet to always...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found