We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ab2f9 commit 0f7333cCopy full SHA for 0f7333c
Directory.Build.props
@@ -18,9 +18,9 @@
18
not report warnings for missing comments.
19
20
CS1573: Parameter 'parameter' has no matching param tag in the XML comment for 'parameter' (but other parameters do)
21
- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member'
22
-->
23
- <NoWarn>$(NoWarn),1573,1591</NoWarn>
+ <NoWarn>$(NoWarn),1573</NoWarn>
+ <SkipArcadeNoWarnCS1591>true</SkipArcadeNoWarnCS1591>
24
</PropertyGroup>
25
26
<!-- The TFMs to build and test against. -->
0 commit comments