FodyWeavers.xsd 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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:all>
  57. <xs:attribute name="VerifyAssembly" type="xs:boolean">
  58. <xs:annotation>
  59. <xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
  60. </xs:annotation>
  61. </xs:attribute>
  62. <xs:attribute name="VerifyIgnoreCodes" type="xs:string">
  63. <xs:annotation>
  64. <xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
  65. </xs:annotation>
  66. </xs:attribute>
  67. <xs:attribute name="GenerateXsd" type="xs:boolean">
  68. <xs:annotation>
  69. <xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
  70. </xs:annotation>
  71. </xs:attribute>
  72. </xs:complexType>
  73. </xs:element>
  74. </xs:schema>