Skip to content

NuGet v3 Query api take maximum value or 1000 #23191

Closed
@m2nlight

Description

@m2nlight

Feature Description

NuGet UI Manager of VS2022 only get latest few version list from gitea api returns 10 items.

The api not support MAX_RESPONSE_ITEMS and DEFAULT_PAGING_NUM.

see: https://learn.microsoft.com/en-us/nuget/api/search-query-service-resource?source=recommendations

The skip parameter defaults to 0.
The take parameter should be an integer greater than zero. The server implementation may impose a maximum value.
Note
nuget.org limits the skip parameter to 3,000 and the take parameter to 1,000.

Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic/packagestype/featureCompletely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions