Skip to content
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

Paging for nuget feed clients (chocolatey) #104

Open
Schroedingers-Cat opened this issue Mar 4, 2024 · 4 comments
Open

Paging for nuget feed clients (chocolatey) #104

Schroedingers-Cat opened this issue Mar 4, 2024 · 4 comments

Comments

@Schroedingers-Cat
Copy link

Problem

It seems that paging isn't supported when using the chocolatey GUI client to browse a nuget feed from bagetter:
grafik

Solution

When using chocolatey GUI to browse another NuGet feed like nuget.org or chocolatey.org, paging works fine:
grafik

Additional context

@Regenhardt
Copy link

Looks like Chocolatey uses something of NuGet itself, something derived from NuGet.Protocol.Core.Types.PackageSearchResource, and does indeed pass skip/take parameters to it if I understand that call correctly. Not sure what the implementation is yet, gonna have to check NuGet for the actual implementation and compare the protocol to how BaGetter does it exactly.

@TheCakeIsNaOH
Copy link

Looks like Chocolatey uses something of NuGet itself, something derived from

Chocolatey (Both CLI and GUI) use a fork of the NuGet Client libraries:
https://github.com/chocolatey/nuget.client

Copy link

github-actions bot commented Jun 4, 2024

This issue is stale because it has been open for 90 days with no activity. Remove the stale label, comment, or this will be closed in 5 days.

Copy link

github-actions bot commented Jun 9, 2024

This issue was closed because it has been stale for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 9, 2024
@Regenhardt Regenhardt reopened this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants