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 61767ac commit 76f61daCopy full SHA for 76f61da
src/Directory.Build.props
@@ -4,6 +4,7 @@
4
<LangVersion>preview</LangVersion>
5
<Version Condition="$(Version) == ''">0.0.0</Version>
6
<NoWarn>$(NoWarn);CS0436;RS0026;RS0027;RS0041;AD0001;CS1591;NU5104;NU5128;NU5501</NoWarn>
7
+ <WarningsAsErrors>$(WarningsAsErrors);nullable</WarningsAsErrors>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9
<ImplicitUsings>enable</ImplicitUsings>
10
<Nullable>enable</Nullable>
@@ -12,7 +13,6 @@
12
13
14
<PropertyGroup Condition="'$(CI)' == 'true'">
15
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <WarningsAsErrors>$(WarningsAsErrors);nullable</WarningsAsErrors>
16
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
17
</PropertyGroup>
18
0 commit comments