如何列出 Nuget 中的所有包
有没有办法通过 NuGet 命令行界面列出所有可用的包。
当我使用以下命令时:
Get-Package -Remote
在包管理器控制台中,它仅列出前 100 个包。
谢谢
埃里克
Is there a way to list all packages available through the NuGet command line interface.
When I use the following command:
Get-Package -Remote
In the package manager console, it only lists the first 100 packages.
Thank you
Eric
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
或者
or
我们在 odata feed 上启用了服务器端分页,其页面限制为 100。我们在下一版本的 NuGet 中修复了客户端,以便即使在服务器限制的情况下也能获取所有包。更多信息请点击这里http://nuget.codeplex.com/workitem/510
We enabled server side paging on the odata feed which has a page limit of 100. We've fixed the client in the next version of NuGet to get all packages even with the server limit. More info here http://nuget.codeplex.com/workitem/510
列表包-远程 |网格视图
List-Package -Remote | Out-GridView