Skip to content

Commit 0457cac

Browse files
authored
Enable CS1591: Missing XML comment for publicly visible type or member
1 parent b10bda3 commit 0457cac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Directory.Build.props

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
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>
2423
</PropertyGroup>
2524

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

0 commit comments

Comments
 (0)