dotnet实用程序(dnu)是否已退役?什么取代了全局命令?

时间:2016-11-22 17:21:48

标签: python-sphinx chocolatey dnu .net-core docfx

Following the sphinx-autoapi integration with docfx guide,他们建议使用以下命令安装docfx

使用DNU安装DocFX(已弃用?

dnu commands install docfx

DNU 是否已退役 - 我刚刚使用 chocolatey ,但似乎已在.NET Core CLI中删除了全局命令。希望有人可以确认what happened to .NET Utilities

使用Chocolatey安装DocFX

choco install docfx

1 个答案:

答案 0 :(得分:1)

dnvm repository表示它已过时,但dotnet repository并未真正提供命令翻译。有关迁移的Microsoft article表示没有相应的dotnet install命令。

  

安装依赖项

     

从v1开始,.NET Core CLI工具没有用于安装依赖项的install命令。要从NuGet安装软件包,您需要将其作为依赖项添加到project.json文件中,然后运行dotnet restore。

other answer确认已废弃/已替换,但仍可使用dnu / dnx