FodyWeavers.xsd 1.1 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
  4. <xs:element name="Weavers">
  5. <xs:complexType>
  6. <xs:all></xs:all>
  7. <xs:attribute name="VerifyAssembly" type="xs:boolean">
  8. <xs:annotation>
  9. <xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
  10. </xs:annotation>
  11. </xs:attribute>
  12. <xs:attribute name="VerifyIgnoreCodes" type="xs:string">
  13. <xs:annotation>
  14. <xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
  15. </xs:annotation>
  16. </xs:attribute>
  17. <xs:attribute name="GenerateXsd" type="xs:boolean">
  18. <xs:annotation>
  19. <xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
  20. </xs:annotation>
  21. </xs:attribute>
  22. </xs:complexType>
  23. </xs:element>
  24. </xs:schema>