File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
+ <PropertyGroup >
3
+ <!-- This needs to happen before importing Arcade props. -->
4
+ <!-- Otherwise, Arcade would have already included 1591 in NoWarn -->
5
+ <SkipArcadeNoWarnCS1591 >true</SkipArcadeNoWarnCS1591 >
6
+ </PropertyGroup >
2
7
3
8
<Import Project =" Sdk.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
4
9
<Import Project =" $(RepositoryEngineeringDir)Analyzers.props" />
18
23
not report warnings for missing comments.
19
24
20
25
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
26
-->
23
- <NoWarn >$(NoWarn),1573,1591 </NoWarn >
27
+ <NoWarn >$(NoWarn),1573</NoWarn >
24
28
</PropertyGroup >
25
29
26
30
<!-- The TFMs to build and test against. -->
You can’t perform that action at this time.
0 commit comments