Skip to content

Instantly share code, notes, and snippets.

commit 862721199f1adec210bfc7b1943f975ffb8048a9
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Fri Sep 23 14:03:55 2016 +0200
Use Mono's support for uninstalling/reinstalling signal handlers.
diff --git a/source/HockeySDK.iOSBindings/Additions.cs b/source/HockeySDK.iOSBindings/Additions.cs
index 7e7a17d..0c2cdcb 100644
--- a/source/HockeySDK.iOSBindings/Additions.cs
+++ b/source/HockeySDK.iOSBindings/Additions.cs
@rolfbjarne
rolfbjarne / mono_runtime_install_chained_signal_handler.patch
Last active September 19, 2016 09:54
mono_runtime_install_chained_signal_handler.patch
commit fe39d32800002f60624bcf6b48f6ba17b967c7ac
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Tue Sep 13 13:19:25 2016 +0200
[mini] Add API to change/install the saved signal handler for a signal.
diff --git a/mono/mini/mini-posix.c b/mono/mini/mini-posix.c
index e192403..770a33c 100644
--- a/mono/mini/mini-posix.c
+++ b/mono/mini/mini-posix.c
commit e32e1e07ff71512d6a55c01bae230b2e7281ae34
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Mon Sep 12 14:40:01 2016 +0200
[System] Throw a PlatformNotSupported exception when using the networking stack on watchOS.
diff --git a/mcs/class/System/System.Net.Mail/SmtpClient.platformnotsupported.cs b/mcs/class/System/System.Net.Mail/SmtpClient.platformnotsupported.cs
new file mode 100644
index 0000000..bdc60b9
--- /dev/null
[Local Date/Time: 9/7/2016 3:21:16 PM]
[Remote Address: 192.168.2.224:53474]
[Runner executing: Run Everything]
[MonoTouch Version: 9.99.5]
[Assembly: Xamarin.WatchOS.dll (32 bits)]
[GC: sgen]
[Apple Watch: watchOS v2.2.2]
[Device Name: WatchA]
[Device Locale: en_ES]
[Device Date/Time: 9/7/2016 3:21:33 PM]
[Local Date/Time: 8/31/2016 12:02:14 PM]
[Remote Address: 192.168.2.224:50285]
[Runner executing: Run Everything]
[MonoTouch Version: 9.99.5]
[Assembly: Xamarin.iOS.dll (64 bits)]
[GC: sgen]
[iPhone: iPhone OS v9.3.5]
[Device Name: Rolf's iPhone 6]
[Device UDID: unknown]
[Device Locale: en_ES]
diff --git a/tools/linker/Descriptors/mscorlib.xml b/tools/linker/Descriptors/mscorlib.xml
index df6352c..72a3777 100644
--- a/tools/linker/Descriptors/mscorlib.xml
+++ b/tools/linker/Descriptors/mscorlib.xml
@@ -808,6 +808,7 @@
<!-- by convention (and see #34671) -->
<type fullname="Mono.Runtime" />
+ <type fullname="Mono.RuntimeStructs" preserve="fields" />
<!-- marshal.c (mono_marshal_get_native_wrapper) -->
commit 621e091808ea64f9caa8bb5cbe0070097bb8e3c6
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Tue Aug 2 18:14:28 2016 +0200
[xharness] Get new mlaunch for beta 4.
diff --git a/tests/xharness/Harness.cs b/tests/xharness/Harness.cs
index b3b3fe8..1804e6c 100644
--- a/tests/xharness/Harness.cs
+++ b/tests/xharness/Harness.cs
commit 060d003236c9723460d2999f0e11e5696e7b734e
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Mon Aug 1 18:57:42 2016 +0200
[msbuild] Install mdbs.
diff --git a/msbuild/Makefile b/msbuild/Makefile
index aa715e4..a549351 100644
--- a/msbuild/Makefile
+++ b/msbuild/Makefile
commit 8044be58363e7e97641a5debdd1946ed1bcdb9b7
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Fri Jul 22 20:41:22 2016 +0200
Enable ExternalAccessory for tvOS and teach the static registrar about the lack of simulator headers.
diff --git a/src/frameworks.sources b/src/frameworks.sources
index 3f2c3f4..d82a436 100644
--- a/src/frameworks.sources
+++ b/src/frameworks.sources
commit 7390836f6dda91c64a29ef5d2d97f73c7514cceb
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Fri Jul 22 19:29:02 2016 +0200
[monotouch-test] Tweak UrlSessionTest.DownloadDataAsync to not crash the process if exceptions occur.
diff --git a/tests/monotouch-test/Foundation/UrlSessionTest.cs b/tests/monotouch-test/Foundation/UrlSessionTest.cs
index 94e8fae..caa6428 100644
--- a/tests/monotouch-test/Foundation/UrlSessionTest.cs
+++ b/tests/monotouch-test/Foundation/UrlSessionTest.cs