visual-studio - Visual Studio 和 Nuget : Package Manager Console commands history?

标签 visual-studio visual-studio-2017 nuget nuget-package

有没有办法找到我的特定项目在包管理器控制台中编写的命令(例如历史记录)?

最佳答案

在包管理器控制台中,您可以使用 Powershell 命令 Get-History 来获取当前 session 期间执行的所有命令的历史记录。

关于visual-studio - Visual Studio 和 Nuget : Package Manager Console commands history?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27101029/

相关文章:

.net - 在 Visual Studio 中禁用迁移报告

visual-studio - F#有 "Show potential fixes(ctrl+.)"支持吗

c++ - 包括<Windows.h>导致(未知属性“no_init_all”)错误

reactjs - React Fragment 导致 Element Type is Invalid Error in Visual Studio 2017

visual-studio - 内部 NuGet 服务器无法访问

visual-studio - 如何使用单个 Visual Studio 解决方案同时构建 x86 和 x64?

c# - 如何创建具有热插拔能力的松散耦合架构?

安装后 MSBuild 15 丢失

nuget - 内部 NuGet Feed - 文件夹与 IIS

c# - 如何以编程方式读取 packages.config 中的 NuGet 包列表?