You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
The command
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.The text was updated successfully, but these errors were encountered: