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

NuGet.Server ignores 'includeDelisted' query parameter #5505

Closed
patricksadowski opened this issue Feb 19, 2018 · 4 comments
Closed

NuGet.Server ignores 'includeDelisted' query parameter #5505

patricksadowski opened this issue Feb 19, 2018 · 4 comments

Comments

@patricksadowski
Copy link

The command

.\nuget.exe list -IncludeDelisted

doesn't return delisted packages when EnableDelisting is set to true. Only the EnableDelisting configuration has currently an impact on the search but not the query parameter.

This method doesn't forward the 'includeDelisted' parameter to IServerPackageRepository. The interface needs an additional overload to take the parameter or the current method should be altered.

@skofman1
Copy link
Contributor

@patricksadowski , thanks for reporting the issue! We will add it to our backlog.
Our team is working on other features those days, and it will take us a while to get to this one... if you are interested in getting this fix in quickly, you are welcome to send us a pull request. We will review and merge promptly.

@patricksadowski
Copy link
Author

I've send you a pull request.

@skofman1
Copy link
Contributor

Thanks!

@chenriksson
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants