[Mono-bugs] [Bug 687865] Async methods of HttpWebRequest fail when compiled for the Device
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 12 21:32:09 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=687865
https://bugzilla.novell.com/show_bug.cgi?id=687865#c22
--- Comment #22 from Sebastien Pouliot <sebastien.pouliot at gmail.com> 2011-08-13 01:32:08 UTC ---
but there's something else :( since this gets printed:
OK - System.Action`1[Omniprise.API.Response]
when I add the following code to FinishedLaunching
object o = new object ();
if (o is Action<Response>)
Console.WriteLine ("FAIL - object");
Action<Response> a = (Response) => {};
if (a is Action<Response>)
Console.WriteLine ("OK - {0}", a.GetType ());
else
Console.WriteLine ("FAIL - Action<Response>");
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list