OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

Build system does not output binaries #222

Closed slifin closed 5 years ago

slifin commented 7 years ago

Hi I am using the build system here: http://omnisharp-sublime.readthedocs.io/en/latest/buildsystems/

I run the build and then it says building in the status bar then it goes away like it has finished

and then I check the binary in the debug folder and it isn't updated or created if I delete the binary

my project file looks like this:

{
    "folders":
    [
        {
            "follow_symlinks": true,
            "path": "."
        }
    ],
    "solution_file": "./ConsoleApplication1.sln"
}

and syntax errors pop up on save, everything appears to be working otherwise, is there anything I'm missing?

edit: there doesn't appear to be anything strange in the sublime console

Rosalie241 commented 5 years ago

Closing due to inactivity.