更新后缺少管理 NUGET 包菜单

Manage NUGET Packages menu missing after update

我最近将 NUGET 的包管理器(VSIX 扩展)更新到了 3.5 版。 后来我注意到 UI 不见了:

通常有第三个菜单项可用

(位于控制台和设置菜单项之间),打开用于搜索、安装、更新和删除 nuget 包的对话框。

我尝试 uninstall/reinstall 它,但没有成功。 另外查看 Google 和 NuGET 网站也没有帮助我找到答案。

有人可以帮忙吗?

答案由 Matt Ward 提供,摘自评论:

"The Manage NuGet Packages for Solution menu is the third menu. That is only shown, if a solution is open in Visual Studio 2015. It is also available if you right click the solution in the Solution Explorer."

它丢失的另一种可能是因为您还没有创建解决方案文件而只是打开了项目。创建解决方案文件,然后在 Visual Studio 中重新加载解决方案(感谢 DeveloperDan 的提示)。

(注: 我做的 NUGET 更新需要重启 Visual Studio,当我打开工具/Nuget 管理器菜单时 重启后没注意到解决方案被关闭了。)

也许选项没有显示是因为项目是 运行?