-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
topic/packagestype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely 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.The new feature has not been accepted yet but needs to be discussed first.
Description
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
maxxie85 and QuarterYang
Metadata
Metadata
Assignees
Labels
topic/packagestype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely 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.The new feature has not been accepted yet but needs to be discussed first.