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 f46b9ce commit 365e630Copy full SHA for 365e630
Directory.Build.props
@@ -20,7 +20,7 @@
20
<ImplicitUsings>enable</ImplicitUsings>
21
<TargetFramework>net8.0</TargetFramework>
22
<GenerateDocumentationFile>true</GenerateDocumentationFile>
23
- <NoWarn>1573,1591,1712,CA1014</NoWarn>
+ <NoWarn>1573,1591,1712,CA1014,NU1903</NoWarn>
24
25
<!-- Used by code coverage -->
26
<DebugType>full</DebugType>
0 commit comments