试图通过运行dotnet tool install -g dotnet-try
从Windows上的命令提示符安装dotnet try全局工具,但失败,错误如下。
无法为工具"dotnet try"创建shell填充程序:命令"dotnet try"与其他工具的现有命令冲突。工具"dotnet try"安装失败。
如有任何帮助,我们将不胜感激。
以下是安装、卸载和更新dotnet-try
的最新命令
安装
> dotnet tool install -g Microsoft.dotnet-try
卸载
> dotnet tool uninstall -g Microsoft.dotnet-try
更新
> dotnet tool update -g Microsoft.dotnet-try