首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装Microsoft.dotnet-httprepl失败

安装Microsoft.dotnet-httprepl失败
EN

Stack Overflow用户
提问于 2021-10-26 14:50:45
回答 2查看 76关注 0票数 0

尝试安装微软的HttpRepl工具失败。

用于安装的命令:

代码语言:javascript
复制
dotnet tool install -g Microsoft.dotnet-httprepl

错误:

代码语言:javascript
复制
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.
EN

回答 2

Stack Overflow用户

发布于 2021-10-26 14:50:45

我通过从HttpRepl nuget site添加一个版本修复了这个问题

代码语言:javascript
复制
dotnet tool install -g Microsoft.dotnet-httprepl --version 5.0.2
票数 0
EN

Stack Overflow用户

发布于 2021-10-26 14:54:45

安装以下软件包:

代码语言:javascript
复制
dotnet tool install --global Amazon.Lambda.Tools --version 3.1.0

如果你使用的是最新的.NET,

代码语言:javascript
复制
dotnet tool install --global Amazon.Lambda.Tools
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69725351

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档