Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
nuget search not working with api v2 disabled
-
Running this nuget command:
nuget search MyPackage -PreRelease -Source https://proget:8624/nuget/MyFeed/
results in this error when v2 api is not enabled for the feed
The V2 feed at 'https://proget:8624/nuget/MyFeed/Search()?$filter=IsAbsoluteLatestVersion&searchTerm='MyPackage'&targetFramework=''&includePrerelease=true&$skip=0&$top=20&semVerLevel=2.0.0' returned an unexpected status code '400 Bad Request'.
-
-
Hi Steve
Thanks for your answer.
I saw this in the doc and thought it will use v3 https://learn.microsoft.com/en-us/nuget/api/search-query-service-resource
It is possible to search for packages available on a package source using the V3 API. The resource used for searching is the SearchQueryService resource found in the service index.
In this case, sorry for the question and please forget it^^