非常沮丧,我一直试图解决Visual Studio Code中的以下错误:
The term 'dotnet' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and
try again.
At line:1 char:7 + dotnet <<<< --info
+ CategoryInfo : ObjectNotFound: (dotnet:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我进行了广泛而无济于事的研究。我尝试了许多其他人的解决方案,但错误仍然存在。我已经多次安装,修复和卸载了必要的安装文件... 该错误仍然存在!
我正在运行带有所有更新的Win7 Pro。 VS代码1.28.2。 NET Core SDK 2.1.403。
我期待任何建议/指针/见解。
答案 0 :(得分:1)
在您的PATH环境变量中是否正确设置了dotnet二进制文件? 对于Windows:https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/
答案 1 :(得分:1)
同样的事情发生在我身上,我需要做的就是安装 用于 vs 代码的 .NET Core SDK(来自 Microsoft)这里是链接:
https://dotnet.microsoft.com/download/dotnet-core/sdk-for-vs-code