Nuget - 添加库包引用 - 在当前包源中找不到包
我无法在“添加库包引用”对话框中看到任何包。任何帮助表示赞赏。
这肯定与我使用的网络有关。我从办公室连接并没有看到任何包裹,现在在家里我看到所有包裹没有任何变化。可能是办公室的防火墙限制。但不确定。
I am not able to see any packages in the Add Library package reference dialog. Any help is appreciated.
It is definitely related to the network I use. I connected from office and saw no packages and now from home I am seeing all the packages without any change. May be firewall restrictions in the office..Not sure though.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用代理,那么这可能是您的问题。目前 NuGet 1.3 仅支持集成身份验证,因此如果您的组织需要不同类型的身份验证才能访问外部世界,那么您必须等到即将实现的代理功能即将实现。
我还建议您尝试当前的 Package Explorer 并查看是否能够浏览当前的 NuGet 存储库。
If you are behind a proxy then this might be your problem. Currently NuGet 1.3 only supports Integrated Authentication so if your organization requires a different type of authentication to get to the outside world then you'll have to wait until the coming proxy feature is implemented which should happen soon.
One thing I would also recommend is that you try the current Package Explorer and see if you are able to browse the current NuGet repository.
尝试添加 -IncludePreRelease 因为所有标记为此类的软件包都对您隐藏
try adding -IncludePreRelease as all packages marked such are hidden from you