Jason Imison

Results 189 comments of Jason Imison

Some notes from our chat. We need to drop ``` cs XDocument AsXml(); void Save(XDocument project); ``` from IProject. They don't make sense for ASP.Net 5 projects. We need the...

A single folder project is just a project, no? OmniSharp folder mode was only added as a quick way to get started with vnext projects, back when the references were...

I've ended up taking a slightly different path. We either start off with an MSBuild solution or a folder based solution, but either of those could also contain a collection...

sounds like you might need to increase your ulimit. On OS X? try `ulimit -n 10200`

I'm actually just about to update it :p On 19 Dec 2014 18:57, "Mika Vilpas" [email protected] wrote: > At one point @nosami made a github repository for demoing > omnisharp-emacs,...

Yes, it has come up before, and yes, I would be interested in a pull request!! Bear in mind though that this project is almost obsolete (to be replaced with...

I'm planning on allowing OmniSharpServer to work without any solution file at all. My idea was to add a command line argument to specify the root directory for OmniSharp to...

The -s parameter now accepts a folder as well as an sln file.

Sure, I can do that. I can add a '/loadsolution' call that would block until it's finished loading. Without waiting for that to finish though, you could call '/autocomplete' and...

So you start the OmniSharp server even before a C# file has been edited?