【已解决】‘csharp‘ is not recognized as an internal or external command, operable program or batch file.

问题描述

接上一条,完成乱码的修改之后,突然发现输出的不是我需要的内容!这就很不解!如下图
【已解决】‘csharp‘ is not recognized as an internal or external command, operable program or batch file._第1张图片

原因分析

从字面上理解就是说内部没有识别到可以运行的程序或者文件。需要有一个代码告诉他我们这个是有文件可以运行的。所以需要找到这个梯子就要在code runner 添加。

解决方法

第一步:扩展文件那边找到Code runner扩展。
【已解决】‘csharp‘ is not recognized as an internal or external command, operable program or batch file._第2张图片
第二步:勾选第四步,点击第五步。
【已解决】‘csharp‘ is not recognized as an internal or external command, operable program or batch file._第3张图片
第三步:修改成如下图所示的情况即可。
cd $dir && dotnet run $fileName

【已解决】‘csharp‘ is not recognized as an internal or external command, operable program or batch file._第4张图片
第四步:返回并点击运行输出台正常显示Hello World!
【已解决】‘csharp‘ is not recognized as an internal or external command, operable program or batch file._第5张图片

总结

好了,运行了Hello World算是一只脚进入了C#了。相互学习!

你可能感兴趣的:(C#,c#,开发语言)