Browse Source

Disable the NU5118 warning

pull/1046/head
Kévin Chalet 6 years ago
parent
commit
02a83cfee1
  1. 2
      Directory.Build.props

2
Directory.Build.props

@ -4,7 +4,7 @@
<PropertyGroup>
<LangVersion>preview</LangVersion>
<NoWarn>$(NoWarn);CS1591;NU5128</NoWarn>
<NoWarn>$(NoWarn);CS1591;NU5118;NU5128</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugSymbols>true</DebugSymbols>
<CodeAnalysisRuleset>$(MSBuildThisFileDirectory)eng\CodeAnalysis.ruleset</CodeAnalysisRuleset>

Loading…
Cancel
Save