File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed
Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Weavers xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" FodyWeavers.xsd" >
3+ <ConfigureAwait ContinueOnCapturedContext =" false" />
4+ </Weavers >
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 =" ConfigureAwait" minOccurs =" 0" maxOccurs =" 1" >
8+ <xs : complexType >
9+ <xs : attribute name =" ContinueOnCapturedContext" type =" xs:boolean" />
10+ </xs : complexType >
11+ </xs : element >
12+ </xs : all >
13+ <xs : attribute name =" VerifyAssembly" type =" xs:boolean" >
14+ <xs : annotation >
15+ <xs : documentation >'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs : documentation >
16+ </xs : annotation >
17+ </xs : attribute >
18+ <xs : attribute name =" VerifyIgnoreCodes" type =" xs:string" >
19+ <xs : annotation >
20+ <xs : documentation >A comma-separated list of error codes that can be safely ignored in assembly verification.</xs : documentation >
21+ </xs : annotation >
22+ </xs : attribute >
23+ <xs : attribute name =" GenerateXsd" type =" xs:boolean" >
24+ <xs : annotation >
25+ <xs : documentation >'false' to turn off automatic generation of the XML Schema file.</xs : documentation >
26+ </xs : annotation >
27+ </xs : attribute >
28+ </xs : complexType >
29+ </xs : element >
30+ </xs : schema >
Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414
1515 <ItemGroup >
16+ <PackageReference Include =" ConfigureAwait.Fody" Version =" 3.3.1" >
17+ <PrivateAssets >all</PrivateAssets >
18+ </PackageReference >
1619 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
1720 <PackageReference Include =" System.Text.Json" Version =" 6.0.5" />
1821 </ItemGroup >
You can’t perform that action at this time.
0 commit comments