DotnetCore - 为什么应用程序工具抛出 "System.Resources.Extentions" 异常?

DotnetCore - Why the app tool throws "System.Resources.Extentions" exception?

我是 SharpApp By ServiceStack and Dotnet Core. I were trying to Pascel WebApp Template 以下文章的新手,用于设置基本的 SharpApp。在 SharpApp 文章中,他们必须 setup/install dotnet 工具。

我试过这些:

$ dotnet tool install -g x

然后

$ x open

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

那我就这样做

$ dotnet tool install -g app

然后

$ app open

我得到了异常:

我不太清楚,我缺少什么。有人知道吗?请帮忙。

这是上次 app 更新的问题,现在 NuGet 上的最新 0.0.49 版本已解决,您可以在 NuGet 完成包索引后更新到:

$ dotnet tool update -g app