Re: [Mono-dev] Observable.GetAwaiter()

2013-04-04 Thread Atsushi Eno
No you didn't, or yes we did ;-) I made some changes to Rx assemblies builds in git master so that they are now included too. Atsushi Eno sebastian wrote: We noticed that Observable.GetAwaiter is missing in the 4.5 Rx framework bundled with mono. Did we build mono incorrectly? Or is this

[Mono-dev] TypeForwardedFrom

2013-04-04 Thread Neale Ferguson
Hi, I¹m looking at fixing an incompatibility between .NET and Mono when it comes to Serialization. Bugzilla 11294 describes the situation but in brief it is a case that when .NET serializes something that has a TypeForwardedFrom attribute that information gets put into the serialized object, but

[Mono-dev] SemaphoreSlim implementation

2013-04-04 Thread Weeble
I was looking at SemaphoreSlim because it seemed to be causing us trouble. I think I identified our problem and submitted it as bug 11598: https://bugzilla.xamarin.com/show_bug.cgi?id=11598 However, beyond the issue I describe there, I'm a bit unsure about a few aspects of the implementation.