Skip to content

Commit 9b82262

Browse files
author
Jani Giannoudis
committed
nullable types were disabled to resolve the broken payroll engine tests
1 parent a3e90a3 commit 9b82262

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Directory.Build.props

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@
55
<Version>0.9.0-beta.6</Version>
66
<FileVersion>0.9.0</FileVersion>
77
<InformationalVersion>0.9.0-beta.6</InformationalVersion>
8-
<Description>Payroll Engine WebApp</Description>
9-
<Company>Payroll Engine GmbH</Company>
10-
<Product>Payroll Engine</Product>
11-
<Copyright>Copyright © 2024</Copyright>
12-
<NeutralLanguage>en</NeutralLanguage>
13-
<Nullable>enable</Nullable>
148
<Authors>Jani Giannoudis</Authors>
159
<Company>Software Consulting Giannoudis</Company>
1610
<Copyright>2025 Software Consulting Giannoudis</Copyright>
11+
<Product>Payroll Engine WebApp</Product>
1712
<PackageProjectUrl>https://payrollengine.org/</PackageProjectUrl>
1813
<RepositoryUrl>https://github.com/Payroll-Engine/PayrollEngine.WebApp.git</RepositoryUrl>
14+
<!-- Docker build compatibility: suppress nullable warnings and treat them as non-blocking -->
15+
<NoWarn>1701;1702;8034;AD0001;RMG020;RMG012;CS8618</NoWarn>
16+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1917
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
2018
</PropertyGroup>
2119

0 commit comments

Comments
 (0)