emgarten / Sleet

A static nuget feed generator for Azure Storage, AWS S3, and more.
MIT License
362 stars 43 forks source link

Pagination not working on Visual Studio #171

Closed AxlBlaK closed 10 months ago

AxlBlaK commented 1 year ago

It seems you can't handle more than 25 packages. If there are more than 25 packages, the list restarts from the first one and the others cannot be viewed, even if you put the search filter by name

emgarten commented 1 year ago

I believe this is a NuGet client change to keep it from loading a very large search page.

You can fix it by running an external search provider service for your feed: https://github.com/emgarten/Sleet/blob/main/doc/external-search.md