Improve error message when pushing a NuGet symbol package results in a 404 #8404
Labels
Area:Protocol
Client/Server protocol /code around it
Category:Quality Week
Issues that should be considered for quality week
Functionality:Push
Priority:2
Issues for the current backlog.
Type:DCR
Design Change Request
Milestone
The NuGet protocol returns a HTTP 404 response status code if the uploaded NuGet symbols package does not correspond to an already existing NuGet package:
This behavior is documented here: https://docs.microsoft.com/en-us/nuget/api/symbol-package-publish-resource#response
The current error message is confusing (see loic-sharma/BaGet#299), we should improve it to state something like
A corresponding package with the provided ID and version does not exist.
The text was updated successfully, but these errors were encountered: