servicestack,.net Core,servicestack" /> servicestack,.net Core,servicestack" />

.net core DotnetCore-为什么应用程序工具抛出;系统.资源.扩展“;例外?

.net core DotnetCore-为什么应用程序工具抛出;系统.资源.扩展“;例外?,.net-core,servicestack,.net Core,servicestack,我是ServiceStack和Dotnet核心的新手。我试图阅读下面的文章来设置基本的SharpApp。在SharpApp文章中,他们必须设置/安装dotnet工具 我试过这些: $ dotnet tool install -g x 然后 我可以查看可用应用程序列表(按服务堆栈预定义的应用程序) 然后我做这个 $ dotnet tool install -g app 然后 我得到了一个例外: 我不太清楚,我错过了什么。有人知道吗?请提供帮助。这是上次应用程序更新时出现的问题,已通过NuGe

我是ServiceStack和Dotnet核心的新手。我试图阅读下面的文章来设置基本的SharpApp。在SharpApp文章中,他们必须设置/安装dotnet工具

我试过这些:

$ dotnet tool install -g x
然后

我可以查看可用应用程序列表(按服务堆栈预定义的应用程序)

然后我做这个

$ dotnet tool install -g app
然后

我得到了一个例外:


我不太清楚,我错过了什么。有人知道吗?请提供帮助。

这是上次
应用程序更新时出现的问题,已通过NuGet上最新的
0.0.49
版本解决,您可以在NuGet完成程序包索引后更新到该版本:

$ dotnet tool update -g app

不要张贴代码、数据、错误消息等的图像-在问题中复制或键入文本。还是一样的问题。@Jamil Word我刚试着在2台电脑上卸载/重新安装,但仍然有效。您是否可以尝试执行相同的
dotnet工具卸载-g app
,然后检查是否不存在
app
工具,然后使用
dotnet工具安装-g app
再次安装?
$ app open
$ dotnet tool update -g app