We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f625080 commit 373a864Copy full SHA for 373a864
test/Directory.Build.props
@@ -18,7 +18,7 @@
18
CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member'
19
CS1712: Type parameter 'parameter' has no matching typeparam tag in the XML comment on 'Type_or_Member' (but other type parameters do)
20
-->
21
- <NoWarn>$(NoWarn),1573,1591,1712</NoWarn>
+ <NoWarn>$(NoWarn);1573;1591;1712</NoWarn>
22
</PropertyGroup>
23
24
<PropertyGroup>
0 commit comments