Skip to content

Commit

Permalink
Add NoWarn to .xsd (#7089)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Nov 29, 2021
1 parent d23f103 commit 7ead524
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ elementFormDefault="qualified">
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NoWarn">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="PackageReference_NoWarn" _locComment="" -->Semicolon-separated list of warning codes to ignore (such as NU1605)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="Include" type="xs:string">
Expand Down Expand Up @@ -237,6 +244,13 @@ elementFormDefault="qualified">
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="NoWarn" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="PackageReference_Attribute_NoWarn" _locComment="" -->Semicolon-separated list of warning codes to ignore (such as NU1605)
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand Down

0 comments on commit 7ead524

Please sign in to comment.