System.Xml.xml 404 B

123456789
  1. <linker>
  2. <!-- case 1331829 - Required for doing `new XmlSerializer(typeof(Foo))`
  3. There is a a ton of reflection going on in the class libraries.
  4. It's not worth the effort to try and precisely annotate the usages when this code only applies to the mono backend
  5. -->
  6. <assembly fullname="System.Xml">
  7. <type fullname="System.Xml.Serialization.*" preserve="all"/>
  8. </assembly>
  9. </linker>