我尝试使用 Visual Studio 的 Coderunner 扩展以及使用 scriptcs 命令从终端运行我的程序。
我的代码如下:
using System;
namespace HelloWorldApplication {
class HelloWorld {
static void Main(string[] args) {
Console.WriteLine("hellowol");
}
}
}
错误消息如下:
Unexpected named argument: Users/jfitz/Projects/C#/Projtest/test.cs