Skip to content

Instantly share code, notes, and snippets.

@spouliot
Created November 25, 2011 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spouliot/1393675 to your computer and use it in GitHub Desktop.
Save spouliot/1393675 to your computer and use it in GitHub Desktop.
diff --git a/linker/Descriptors/mscorlib.xml b/linker/Descriptors/mscorlib.xml
index b83ad42..343318b 100644
--- a/linker/Descriptors/mscorlib.xml
+++ b/linker/Descriptors/mscorlib.xml
@@ -300,6 +300,11 @@
<method name="SerializeExceptionData" />
</type>
+ <!-- until MonoTouch's PreserveCode is adapted for MMP -->
+ <type fullname="System.Resources.RuntimeResourceSet">
+ <method name=".ctor" />
+ </type>
+
<!--
<type fullname="System.Runtime.Serialization.ISerializable" />
<type fullname="System.Runtime.Serialization.SerializationException" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment