We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10bda3 commit 0457cacCopy full SHA for 0457cac
Directory.Build.props
@@ -18,9 +18,8 @@
18
not report warnings for missing comments.
19
20
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'
22
-->
23
- <NoWarn>$(NoWarn),1573,1591</NoWarn>
+ <NoWarn>$(NoWarn),1573</NoWarn>
24
</PropertyGroup>
25
26
<!-- The TFMs to build and test against. -->
0 commit comments