[Mono-list] Owin authentication: Method GetBufferlessInputStream not found

2015-10-04 Thread Olli Heiskanen
Hello experts, I was wondering if someone here could help me out with an Asp.Net Web API with owin authentication on a CentOS server with the latest mono release. I'm trying to get such a service working on mono on CentOS server, with apache and mod_mono. I'm using mono compiled from source,

Re: [Mono-list] Interop - PreserveSig

2015-10-04 Thread Robert Jordan
On 04.10.2015 00:25, lx42 wrote: So my question is, does mono respect PreserveSig? DllImportAttribute.PreserveSig = false is not supported. However, methods of COM interfaces do have "PreserveSig = false" semantics by default, unless they were marked with

Re: [Mono-list] COM Interop

2015-10-04 Thread lx42
Thanks for the reply. -- View this message in context: http://mono.1490590.n4.nabble.com/COM-Interop-tp477p487.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] COM Interop

2015-10-04 Thread Robert Jordan
On 03.10.2015 09:19, lx42 wrote: This is for Linux. Does Mono support COM interop now (just the base minimum, no things like dispatch, BSTR etc.)? The FAQ says no but it was referring to version 1.x. Have a look at this example: https://github.com/robert-j/MonoCom BSTRs are supported as

Re: [Mono-list] Interop - PreserveSig

2015-10-04 Thread lx42
Thanks for confirming. -- View this message in context: http://mono.1490590.n4.nabble.com/Interop-PreserveSig-tp482p488.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist -

Re: [Mono-dev] Mono for El Capitan (OS X 10.11) preview package now available

2015-10-04 Thread Iritscen
Just an FYI, I have updated this bug with the current info: https://bugzilla.xamarin.com/show_bug.cgi?id=33912. Note that OS X does not contain /usr/local/[bin/] until someone creates it. Thank you. -- View this message in context:

Re: [Mono-dev] Mono for El Capitan (OS X 10.11) preview package now available

2015-10-04 Thread Iritscen
Just an update: I see that the erroneous URL has been fixed, a few hours after a report of this same issue was given through GitHub yesterday. -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-for-El-Capitan-OS-X-10-11-preview-package-now-available-tp4666401p490.html

Re: [Mono-dev] boehm and pin to sgen and moveable

2015-10-04 Thread Robert Jordan
Hey Jonathan, On 03.10.2015 16:25, Jonathan Mitchell wrote: In my ObjC->Mono bridge I have been using the Boehm collector and pinned memory (as an expedient). I now want to move to SGEN and moveable memory. As a first step I have switched to SGEN and left pinning enabled. My ObjC code wraps a

Re: [Mono-dev] boehm and pin to sgen and moveable

2015-10-04 Thread Jonathan Mitchell
Robert > On 4 Oct 2015, at 19:02, Robert Jordan wrote: > > Hey Jonathan, > > On 03.10.2015 16:25, Jonathan Mitchell wrote: >> >> >> Under the Boehm collector objects seem to stay pinned as requested. >> Under SGEN they don’t i.e.: the exception in the second method below