MonoDevelop报告生成成功,但没有exe文件

MonoDevelop报告生成成功,但没有exe文件,mono,monodevelop,Mono,Monodevelop,在MonoDevelop中,我创建了一个新的解决方案C控制台应用程序。 它给了我一个简单的hello world程序。 我按下跑步按钮。 我看到建造成功了 终端出现并显示: Cannot open assembly '/home/beauxq/MonoProjects/cstest/cstest/bin/Debug/cstest.exe': No such file or directory. Press any key to continue... 我查看bin/Debug目录,它是空的

在MonoDevelop中,我创建了一个新的解决方案C控制台应用程序。 它给了我一个简单的hello world程序。 我按下跑步按钮。 我看到建造成功了 终端出现并显示:

Cannot open assembly '/home/beauxq/MonoProjects/cstest/cstest/bin/Debug/cstest.exe': No such file or directory.

Press any key to continue...
我查看bin/Debug目录,它是空的

生成输出:

Building: cstest (Debug|x86)

Build started 7/28/2016 9:29:40 AM.
__________________________________________________
Project "/home/beauxq/MonoProjects/cstest/cstest/cstest.csproj" (Build target(s)):

    Target PrepareForBuild:
        Configuration: Debug Platform: x86

    Target GenerateSatelliteAssemblies:
    No input files were specified for target GenerateSatelliteAssemblies, skipping.

    Target GenerateTargetFrameworkMonikerAttribute:
    Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
Done building project "/home/beauxq/MonoProjects/cstest/cstest/cstest.csproj".-- FAILED

Build FAILED.
     0 Warning(s)

---------------------- Done ----------------------

Build successful.

从菜单中选择Build时也会发生同样的情况。生成成功,但目录为空。

最好指定您的linux/unix发行版。或者在他们的bugtracker中创建bug。他们将决定是包装问题还是上游问题。若这是上游问题,维护人员将在monodevelop bugtracker中创建bug。

你们有进展吗?