dependabot / dependabot/dependabot-core
NuGet updater should detect `404` on base package feed
Open
L: dotnet:nuget
- Dominant language
- Ruby
- Stars
- 5.8k
- Forks
- 1.5k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 156
Description
A feed in a `NuGet.Config` file that returns a `404` will cause the following output during dependency discovery:
```
error : Unable to load the service index for source https://not.found.example.com/nuget/v3/index.json. [/path/to/project.csproj]
error : Response status code does not indicate success: 404 ()
```
That message should be explicitly handled to return a specific error message (message TBD.)
Contributor guide
Assessment
This issue has not been assessed yet.