【问题标题】:Why doesn't Visual Studio and nuget.exe share the same libraries?为什么 Visual Studio 和 nuget.exe 不共享相同的库?
【发布时间】:2015-04-08 15:38:16
【问题描述】:

Visual Studio interfaces with NuGet via a dll,但命令行工具只是一个 exe (nuget.exe)。

他们不共享一个公共库有什么原因吗?这似乎引入了允许 dll 和 exe 之间的代码分歧的风险。

【问题讨论】:

    标签: visual-studio nuget


    【解决方案1】:

    Visual Studio 和 NuGet.exe 共享一个名为 NuGet.Core.dll 的通用库。 NuGet 3.0 发生了一些变化,但它们仍然共享 dll。

    NuGet.exe 将 NuGet.Core.dll 合并到其中,而不是单独的文件。

    【讨论】:

      猜你喜欢
      • 2015-08-18
      • 1970-01-01
      • 2021-11-12
      • 1970-01-01
      • 1970-01-01
      • 2012-03-29
      • 1970-01-01
      • 2012-06-22
      • 2020-04-04
      相关资源
      最近更新 更多