从 VS2010 访问 NuGet Gallery (nuget.org) 的 URL 是什么?
从 VS2010 访问 NuGet Gallery (nuget.org) 的 URL 是什么 通过包管理器控制台?我尝试使用网站 URL (http://nuget.org/List/Packages)但它不起作用。
What is the URL for NuGet Gallery to access (nuget.org) from VS2010
via Package Manager Console? I tried to use the Web site URL
(http://nuget.org/List/Packages) but it didn't work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
在 NuGet 3 中,URL 再次更改,现在为
https://api.nuget.org/v3/index.json
。Microsoft Docs 应始终列出最新的源地址:
使用 nuget.org 中的包 >在现有 Feed 上启用上游。
With NuGet 3, the url has changed again, it's now
https://api.nuget.org/v3/index.json
.Microsoft Docs should always list the latest feed address:
Use packages from nuget.org > Enable the upstream on an existing feed.
上面接受的答案中的 Microsoft Go 链接是旧链接,正确的 URL 是:http://go.microsoft。 com/fwlink/?LinkID=230477
这指向 https://www.nuget.org/api/v2/ ,这是NuGet版本2包源码提要。
我倾向于使用实际的 URL,而不是 Go 链接。正如两个不同的 Go 链接所证明的那样,不能保证它也不会改变,所以我发现指向实际的 URL 更明确。
在我看来,Microsoft Go 链接是一个坏主意。它们完全掩盖了实际的 Web URL,这从一开始就违背了 HTTP 地址的目的。
The Microsoft Go link in the accepted answer above is an old one, the correct URL is: http://go.microsoft.com/fwlink/?LinkID=230477
This points to https://www.nuget.org/api/v2/, which is the NuGet version 2 package source feed.
I tend to use the actual URL, not the Go link anyway. As proven by the two different Go links, there is no guarantee it won't change as well, so I find it more explicit to point to the actual URL.
The Microsoft Go links are, in my opinion, a bad idea. They completely obscure the actual web URL, which defeats the purpose of HTTP addresses in the first place.
http://go.microsoft.com/fwlink/?LinkID=206669
映射至:http://packages.nuget.org/v1/FeedService.svc/ 但您应该使用 Go 链接来确保自己面向未来。
http://go.microsoft.com/fwlink/?LinkID=206669
That maps to: http://packages.nuget.org/v1/FeedService.svc/ but you should use the Go link to future-proof yourself.
最新的 nuget 包 url 应记录在此处:
Microsoft Nuget 常见问题解答< /strong>
(目前,这将是: https://api.nuget .org/v3/index.json)
对于我来说,我不明白为什么它没有在 nuget.org 登陆页面上突出显示。
The most up to date nuget package url should be documented here:
Microsoft Nuget FAQ
(as at this moment, that would be: https://api.nuget.org/v3/index.json)
For the life of me, I do not understand why this is not displayed prominently on nuget.org landing page. ????♂️
我发现http://go.microsoft.com/fwlink/?LinkID=206669 指向完整的 NuGet Gallery,而默认注册的 url https://go.microsoft.com/fwlink/?LinkID=206669(查看协议:https)仅指向官方 NuGet 包源。
I found that http://go.microsoft.com/fwlink/?LinkID=206669 points to the full NuGet Gallery while the default registered url https://go.microsoft.com/fwlink/?LinkID=206669 (watch the protocol: Https) points only to the Official NuGet package source.
作为参考,您可以直接访问 NuGet 站点来检查支持的 URL:https://www.nuget。 org 并在“NuGet Feed Locations”标题下查找
For reference, you can check what the supported URLs are by going directly to the NuGet site here: https://www.nuget.org and looking under the heading 'NuGet Feed Locations'