OmniSharp / omnisharp-roslyn

OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
MIT License
1.78k stars 419 forks source link

Support project wide code check #131

Closed jrieken closed 9 years ago

jrieken commented 9 years ago

When changing code I often break other files that depend on the file I am currently editing, like tests. IMO it would be beneficial if OmniSharp gives me a change to check the whole project at once. I am thinking of /codecheck without a filename.

nosami commented 9 years ago

Sounds good to me.

jrieken commented 9 years ago

on a second though we can also use the event emitter to send back diagnostics whenever buffers update. that way Omnisharp has a chance to be smart and delay validation when documents constantly change. but maybe that's a different story

nosami commented 9 years ago

fixed by #133