Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 NuGet 的新手,我想知道 - Visual Studio 如何解决两个或多个已安装的 NuGet 包提供具有相同名称的命令的情况。
这种模棱两可的问题是如何解决的?
谢谢你。
它们是使用 PowerShell 规则的底层版本解决的。Visual Studio 与它无关。一般来说,最后加载的命令获胜。您可以通过运行了解这些规则:
get-help about_command_precedence
或通过在线阅读该主题:
http://technet.microsoft.com/en-us/library/hh848304.aspx