FodyWeavers.xsd 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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="TriggerDependentProperties" type="xs:boolean">
  15. <xs:annotation>
  16. <xs:documentation>Used to control if the Dependent properties feature is enabled.</xs:documentation>
  17. </xs:annotation>
  18. </xs:attribute>
  19. <xs:attribute name="EnableIsChangedProperty" type="xs:boolean">
  20. <xs:annotation>
  21. <xs:documentation>Used to control if the IsChanged property feature is enabled.</xs:documentation>
  22. </xs:annotation>
  23. </xs:attribute>
  24. <xs:attribute name="EventInvokerNames" type="xs:string">
  25. <xs:annotation>
  26. <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>
  27. </xs:annotation>
  28. </xs:attribute>
  29. <xs:attribute name="CheckForEquality" type="xs:boolean">
  30. <xs:annotation>
  31. <xs:documentation>Used to control if equality checks should be inserted. If false, equality checking will be disabled for the project.</xs:documentation>
  32. </xs:annotation>
  33. </xs:attribute>
  34. <xs:attribute name="CheckForEqualityUsingBaseEquals" type="xs:boolean">
  35. <xs:annotation>
  36. <xs:documentation>Used to control if equality checks should use the Equals method resolved from the base class.</xs:documentation>
  37. </xs:annotation>
  38. </xs:attribute>
  39. <xs:attribute name="UseStaticEqualsFromBase" type="xs:boolean">
  40. <xs:annotation>
  41. <xs:documentation>Used to control if equality checks should use the static Equals method resolved from the base class.</xs:documentation>
  42. </xs:annotation>
  43. </xs:attribute>
  44. <xs:attribute name="SuppressWarnings" type="xs:boolean">
  45. <xs:annotation>
  46. <xs:documentation>Used to turn off build warnings from this weaver.</xs:documentation>
  47. </xs:annotation>
  48. </xs:attribute>
  49. <xs:attribute name="SuppressOnPropertyNameChangedWarning" type="xs:boolean">
  50. <xs:annotation>
  51. <xs:documentation>Used to turn off build warnings about mismatched On_PropertyName_Changed methods.</xs:documentation>
  52. </xs:annotation>
  53. </xs:attribute>
  54. </xs:complexType>
  55. </xs:element>
  56. <xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
  57. </xs:all>
  58. <xs:attribute name="VerifyAssembly" type="xs:boolean">
  59. <xs:annotation>
  60. <xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
  61. </xs:annotation>
  62. </xs:attribute>
  63. <xs:attribute name="VerifyIgnoreCodes" type="xs:string">
  64. <xs:annotation>
  65. <xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
  66. </xs:annotation>
  67. </xs:attribute>
  68. <xs:attribute name="GenerateXsd" type="xs:boolean">
  69. <xs:annotation>
  70. <xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
  71. </xs:annotation>
  72. </xs:attribute>
  73. </xs:complexType>
  74. </xs:element>
  75. </xs:schema>