-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 v3 Query api take maximum value or 1000 #23191
Labels
topic/packages
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Comments
m2nlight
added
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
labels
Feb 28, 2023
If there are no skip/task parameters present, the api uses |
This screenshot is capture vs2022 nuget manager request api Actual
Expect
|
This was referenced Jun 29, 2023
techknowlogick
pushed a commit
that referenced
this issue
Aug 14, 2023
KN4CK3R
added a commit
to KN4CK3R/gitea
that referenced
this issue
Aug 14, 2023
Fixes go-gitea#25564 Fixes go-gitea#23191 - Api v2 search endpoint should return only the latest version matching the query - Api v3 search endpoint should return `take` packages not package versions
KN4CK3R
added a commit
that referenced
this issue
Aug 16, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
topic/packages
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
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
Screenshots
No response
The text was updated successfully, but these errors were encountered: