我对单声道和 C# 很陌生,所以这可能是一个简单的问题,但我找不到答案。我需要在我的 Mac 上编译一个 C# Visual Studio 控制台应用程序。我认为单声道适合这个目的。我不知道要编译哪个文件并使用 program.cs(我的主要功能在哪里)或者我应该编译 Project.csproj。当我跑步时
gmcs Program.cs
我明白了
Program.cs(17,16): error CS0246: The type or namespace name `Oplossing' could not be found. Are you missing an assembly reference?
Program.cs(129,54): error CS0246: The type or namespace name `Order' could not be found. Are you missing an assembly reference?
我应该如何编译?