Closed
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