File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 =" ReactiveUI" minOccurs =" 0" maxOccurs =" 1" type =" xs:anyType" />
8+ </xs : all >
9+ <xs : attribute name =" VerifyAssembly" type =" xs:boolean" >
10+ <xs : annotation >
11+ <xs : documentation >'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs : documentation >
12+ </xs : annotation >
13+ </xs : attribute >
14+ <xs : attribute name =" VerifyIgnoreCodes" type =" xs:string" >
15+ <xs : annotation >
16+ <xs : documentation >A comma-separated list of error codes that can be safely ignored in assembly verification.</xs : documentation >
17+ </xs : annotation >
18+ </xs : attribute >
19+ <xs : attribute name =" GenerateXsd" type =" xs:boolean" >
20+ <xs : annotation >
21+ <xs : documentation >'false' to turn off automatic generation of the XML Schema file.</xs : documentation >
22+ </xs : annotation >
23+ </xs : attribute >
24+ </xs : complexType >
25+ </xs : element >
26+ </xs : schema >
You can’t perform that action at this time.
0 commit comments