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 authored Dec 16, 2024
1 parent b10bda3 commit 0457cac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
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>
</PropertyGroup>

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

0 comments on commit 0457cac

Please sign in to comment.