Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NoWarn to .xsd #7089

Merged
merged 2 commits into from
Nov 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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="" -->Comma-separated list of warning codes to ignore (such as NU1605)
Forgind marked this conversation as resolved.
Show resolved Hide resolved
</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="" -->Comma-separated list of warning codes to ignore (such as NU1605)
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand Down