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 cac5877 commit fdaed30Copy full SHA for fdaed30
1 file changed
Directory.Build.props
@@ -18,7 +18,7 @@
18
<PropertyGroup Label="Compile settings">
19
<Nullable>enable</Nullable>
20
<LangVersion>9.0</LangVersion>
21
- <NoWarn>CA1014</NoWarn>
+ <NoWarn>CA1014,NU5104</NoWarn>
22
23
<!-- Used by code coverage -->
24
<DebugType>full</DebugType>
0 commit comments