开发者

How do you list ALL packages in Nuget

Is there a way to list all packag开发者_如何学编程es 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


Get-Package -ListAvailable  

or

Get-Package -ListAvailable -Filter NHibernate


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜