Skip to content

Commit

Permalink
Enable CS1591: Missing XML comment for publicly visible type or member
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Dec 18, 2024
1 parent d2ab2f9 commit 0f7333c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
not report warnings for missing comments.
CS1573: Parameter 'parameter' has no matching param tag in the XML comment for 'parameter' (but other parameters do)
CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member'
-->
<NoWarn>$(NoWarn),1573,1591</NoWarn>
<NoWarn>$(NoWarn),1573</NoWarn>
<SkipArcadeNoWarnCS1591>true</SkipArcadeNoWarnCS1591>
</PropertyGroup>

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

0 comments on commit 0f7333c

Please sign in to comment.