尝试安装微软的HttpRepl工具失败。
用于安装的命令:
dotnet tool install -g Microsoft.dotnet-httprepl错误:
The tool package could not be restored.
Tool 'microsoft.dotnet-httprepl' failed to install. This failure may have been caused by:
* You are attempting to install a preview release and did not use the --version option to specify the version.
* A package by this name was found, but it was not a .NET tool.
* The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
* You mistyped the name of the tool.发布于 2021-10-26 14:50:45
我通过从HttpRepl nuget site添加一个版本修复了这个问题
dotnet tool install -g Microsoft.dotnet-httprepl --version 5.0.2发布于 2021-10-26 14:54:45
安装以下软件包:
dotnet tool install --global Amazon.Lambda.Tools --version 3.1.0如果你使用的是最新的.NET,
dotnet tool install --global Amazon.Lambda.Toolshttps://stackoverflow.com/questions/69725351
复制相似问题