We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8710735 commit 8b96f31Copy full SHA for 8b96f31
src/libs/Directory.Build.props
@@ -51,7 +51,7 @@
51
<AnalysisMode>All</AnalysisMode>
52
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
53
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
54
- <NoWarn>$(NoWarn);CA1502;CA1506</NoWarn>
+ <NoWarn>$(NoWarn);CA1502;CA1506;CA1010</NoWarn>
55
</PropertyGroup>
56
57
<PropertyGroup Label="Trimmable">
0 commit comments