FodyWeavers.xsd 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>
  7. <xs:element name="PropertyChanged" minOccurs="0" maxOccurs="1">
  8. <xs:complexType>
  9. <xs:attribute name="InjectOnPropertyNameChanged" type="xs:boolean">
  10. <xs:annotation>
  11. <xs:documentation>Used to control if the On_PropertyName_Changed feature is enabled.</xs:documentation>
  12. </xs:annotation>
  13. </xs:attribute>
  14. <xs:attribute name="EventInvokerNames" type="xs:string">
  15. <xs:annotation>
  16. <xs:documentation>Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form.</xs:documentation>
  17. </xs:annotation>
  18. </xs:attribute>
  19. <xs:attribute name="CheckForEquality" type="xs:boolean">
  20. <xs:annotation>
  21. <xs:documentation>Used to control if equality checks should be inserted. If false, equality checking will be disabled for the project.</xs:documentation>
  22. </xs:annotation>
  23. </xs:attribute>
  24. <xs:attribute name="CheckForEqualityUsingBaseEquals" type="xs:boolean">
  25. <xs:annotation>
  26. <xs:documentation>Used to control if equality checks should use the Equals method resolved from the base class.</xs:documentation>
  27. </xs:annotation>
  28. </xs:attribute>
  29. <xs:attribute name="UseStaticEqualsFromBase" type="xs:boolean">
  30. <xs:annotation>
  31. <xs:documentation>Used to control if equality checks should use the static Equals method resolved from the base class.</xs:documentation>
  32. </xs:annotation>
  33. </xs:attribute>
  34. </xs:complexType>
  35. </xs:element>
  36. </xs:all>
  37. <xs:attribute name="VerifyAssembly" type="xs:boolean">
  38. <xs:annotation>
  39. <xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
  40. </xs:annotation>
  41. </xs:attribute>
  42. <xs:attribute name="VerifyIgnoreCodes" type="xs:string">
  43. <xs:annotation>
  44. <xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
  45. </xs:annotation>
  46. </xs:attribute>
  47. <xs:attribute name="GenerateXsd" type="xs:boolean">
  48. <xs:annotation>
  49. <xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
  50. </xs:annotation>
  51. </xs:attribute>
  52. </xs:complexType>
  53. </xs:element>
  54. </xs:schema>