Re: [Mono-list] Does Mono support System.Net.Http.HttpContentExtensions?

2014-07-19 Thread andresp
So assuming that Mono doesn't support that class, I've tried to add it myself, but I've also found these incompatibilities (running on Xamarin Mono / .NET 4.5 target framework): Error CS0234: The type or namespace name 'Formatting' does not exist in the namespace 'System.Net.Http' (are you

Re: [Mono-list] Does Mono support System.Net.Http.HttpContentExtensions?

2014-07-19 Thread andresp
Although there are no System.Net.Http.Formatting and System.Web.Http packages on Xamarin http://i.imgur.com/kBN1IiC.png I was able to add them manually from my local Mono installation, but even though I could compile and run the application, I then get a runtime error:

Re: [Mono-list] MemoryMappedFile not supported?

2014-07-19 Thread Andres G. Aragoneses
On 18/07/14 21:01, Michael McGlothlin wrote: Immediately I got a complaint that what I was doing wasn't supported under Mono because it didn't jive with Unix.. Can you elaborate on this part? I don't understand it. AFAIR MemoryMappedFile *is* supported.

Re: [Mono-list] MemoryMappedFile not supported?

2014-07-19 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Michael McGlothlin I'm experimenting with writing a local service that I need to be reasonably fast. I'd like it to work on Windows, Mac OS, and Linux at least. I've never written a service in

Re: [Mono-list] MemoryMappedFile not supported?

2014-07-19 Thread Rodrigo Kumpera
Our MemoryMappedFile implementation has quite a few bugs on 3.4.0 that were addressed on 3.6.0. The one thing left that we have no plans to support at this time are cross-process named mappings. -- Rodrigo On Fri, Jul 18, 2014 at 4:01 PM, Michael McGlothlin mike.mcgloth...@gmail.com wrote:

Re: [Mono-list] Does Mono support System.Net.Http.HttpContentExtensions?

2014-07-19 Thread Martin Thwaites
Can you provide may a code sample we could drop into an App to show what it is you're trying to do? I know Async stuff is something that is missing in a few places, but not sure if this is one. Not sure I'll have time to look into it, but that may help someone else do it. Martin On 19 July

Re: [Mono-list] Does Mono support System.Net.Http.HttpContentExtensions?

2014-07-19 Thread andresp
Hi Martin, Sure. This is the last version of my sample test class where I've moved what I though might be breaking the compatibility between a running application on MS .NET and a broken application on Mono. I've since confirmed it is not the case as running the MS .NET compiled code with Mono