Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error message when pushing a NuGet symbol package results in a 404 #8404

Open
loic-sharma opened this issue Jul 30, 2019 · 1 comment
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

Comments

@loic-sharma
Copy link
Contributor

loic-sharma commented Jul 30, 2019

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.

@diegoberges
Copy link

Hello @loic-sharma, I think that it is a good solution for the users

@dominoFire dominoFire added this to the Backlog milestone Aug 2, 2019
@dominoFire dominoFire added Area:Protocol Client/Server protocol /code around it Functionality:Push Type:DCR Design Change Request labels Aug 2, 2019
@nkolev92 nkolev92 added Priority:2 Issues for the current backlog. Category:Quality Week Issues that should be considered for quality week labels Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

5 participants