[Mono-dev] Embedded API: unsafe int * query

2017-02-07 Thread Jonathan Mitchell
On MacOS I have updated my Obj-C - Mono bridge from using a custom built 64 bit version of Mono 4.0 to the current fat binary Mono 4.8 My unit tests are happy with one exception. Consider: c# Class RefObject { public IntPtr Pointer { get; set; } public unsafe int * Int32Pointer { get; set; } }

Re: [Mono-dev] Removing RabbitMQ

2017-02-07 Thread Marek Safar
Hello, We cannot easily just remove the assemblies as that'd be quite bad breaking change but I'd be interested myself if there are any users of these very old assemblies. I am ok to deprecate them in the favour of nuget packages but the actual source code removal will have to wait. Marek On

Re: [Mono-dev] Internal runtime documentation with Doxygen

2017-02-07 Thread Alexander Köplinger via Mono-devel-list
Hey Oskar, Apologies, this is because we just switched the download server over to Azure CDN and the certificate provisioning on our custom domain takes longer than we expected. It should be ready in a few hours, you can use https://mono-project.azureedge.net/api/master/ for now. - Alex On

Re: [Mono-dev] Internal runtime documentation with Doxygen

2017-02-07 Thread Oskar Berggren
2017-02-07 16:38 GMT+00:00 Alexander Köplinger via Mono-devel-list < mono-devel-list@lists.dot.net>: > Hey Jon/community, > > This is now available as http://www.mono-project.com/api/ ! > Invalid certificate on that site. /Oskar ___ Mono-devel-list

Re: [Mono-dev] Internal runtime documentation with Doxygen

2017-02-07 Thread Alexander Köplinger via Mono-devel-list
Hey Jon/community, This is now available as http://www.mono-project.com/api/ ! - Alex On 07 Feb 2017, at 01:26, Jon Purdy via Mono-devel-list > wrote: We’ve recently added initial support for building Doxygen