Mika Vilpas
Mika Vilpas
Hi, nice idea! I vote for option 3. My idea would be to support a single solution right away, and possibly later add support for more. So the way to...
If you try it, be sure to not use the feature-omnisharp-roslyn-support branch here on github. That is currently under development and not fully usable. Use master or develop, or a...
You can also start the server with -v Verbose to log incoming and outgoing requests. If you can't figure out what might be wrong, you can post some output here...
Does this occur if you call `omnisharp-check-alive-status` manually?
My idea about this is to create a custom test reporter for buttercup. The [buttercup code comments](https://github.com/jorgenschaefer/emacs-buttercup/blob/master/buttercup.el#L798) seem to document how.
Hmm, interesting! Could your current project be special in some way? What version of the .net framework does it use, for example. What platform and editor plugin are you using?
Suspecting: emacs-snapshot is different in the installation than emacs 24.3.1 which I use. Tests passed locally but not on travis.
Hi, I can confirm what @nosami said. I've been putting off laying the project off my shoulders for way too long now. I'll add something to the readme files to...
Definitely :+1: Installation has always been a pain in the ass.
Just a thought: we basically do some kind of installation already, I mean for our travis build. I wonder if we could port that logic to elisp, and then the...