Skip to content

Commit

Permalink
imp - Cause FTBFS when compiler versions conflict
Browse files Browse the repository at this point in the history
---

To avoid obscure errors, we need to FTBFS early when we encounter CS9057.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 10, 2024
1 parent 299d405 commit 58335b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Deterministic>true</Deterministic>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8002,nullable</WarningsAsErrors>
<WarningsAsErrors>CS9057,CS8002,nullable</WarningsAsErrors>
<EnableSourceControlManagerQueries>true</EnableSourceControlManagerQueries>
<SignAssembly>True</SignAssembly>
<RootPath>$(MSBuildThisFileDirectory)</RootPath>
Expand Down

0 comments on commit 58335b2

Please sign in to comment.