Re: [Mono-dev] monolite URL

2014-12-11 Thread Robert Jordan
On 11.12.2014 07:33, Alex J Lennon wrote: The thing to keep in mind is that the corlib version inside monolite needs to match the runtime version or bootstrapping the classlib build won't work, so you can't just keep an old monolite and use it to build newer Mono (at least that's how I

Re: [Mono-dev] Serial Port Reading

2014-12-11 Thread techi eth
I have followed below link it works great for synchronous communication over serial port. http://antanas.veiverys.com/mono-serialport-datareceived-event-workaround-using-a-derived-class/ Techi On Wed, Dec 10, 2014 at 11:00 PM, Spyros Sakellariadis (MS OPEN TECH) spy...@microsoft.com wrote:

Re: [Mono-dev] monolite URL

2014-12-11 Thread Alex J Lennon
On 11/12/2014 10:51, Robert Jordan wrote: On 11.12.2014 07:33, Alex J Lennon wrote: The thing to keep in mind is that the corlib version inside monolite needs to match the runtime version or bootstrapping the classlib build won't work, so you can't just keep an old monolite and use it to

Re: [Mono-dev] I would like to contribute to mono however it seems things are in flux due to the integration of .NET Core and .NET Framework; where to start?

2014-12-11 Thread Alexander Köplinger
I'd recomend reading this page for a background about the .NET Framework code integration into Mono: http://www.mono-project.com/docs/about-mono/dotnet-integration/ WCF seems to be one of the candidates that could be ported almost immediately. As you're offering a big chunk of time it might

Re: [Mono-dev] I would like to contribute to mono however it seems things are in flux due to the integration of .NET Core and .NET Framework; where to start?

2014-12-11 Thread Alexander Köplinger
Yeah, refreshing the contributing guides is on my list, some of them are a bit outdated. I'd say you'll have a better experience developing on Mac than Windows (while Mono does work there, it's not really a priority). You can use Xamarin Studio or your text editor of choice. The next step

[Mono-dev] PR 1450: improve/simplify session retrieval/polling

2014-12-11 Thread Etienne Champetier
Hi, At my firm we (a collegue and I) have hit a problem with big session (~2MB) and multiple RW access to the session (~20), the retrieval sometimes fails and the session is left locked (browser times out, game over). Here is an attempt at improving the situation, with this it never fails but