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 53315e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<Project>
<PropertyGroup>
<!-- This needs to happen before importing Arcade props. -->
<!-- Otherwise, Arcade would have already included 1591 in NoWarn -->
<SkipArcadeNoWarnCS1591>true</SkipArcadeNoWarnCS1591>
</PropertyGroup>

<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
<Import Project="$(RepositoryEngineeringDir)Analyzers.props" />
Expand All @@ -18,9 +23,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 53315e0

Please sign in to comment.