Skip to content

Commit 0f7333c

Browse files
committed
Enable CS1591: Missing XML comment for publicly visible type or member
1 parent d2ab2f9 commit 0f7333c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
not report warnings for missing comments.
1919
2020
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'
2221
-->
23-
<NoWarn>$(NoWarn),1573,1591</NoWarn>
22+
<NoWarn>$(NoWarn),1573</NoWarn>
23+
<SkipArcadeNoWarnCS1591>true</SkipArcadeNoWarnCS1591>
2424
</PropertyGroup>
2525

2626
<!-- The TFMs to build and test against. -->

0 commit comments

Comments
 (0)