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 94dc64b commit fc08ed7
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 @@ -8,7 +8,7 @@
<DebugType>portable</DebugType>
<SignAssembly>True</SignAssembly>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8002,nullable</WarningsAsErrors>
<WarningsAsErrors>CS9057,CS8002,nullable</WarningsAsErrors>
<RootPath>$(MSBuildThisFileDirectory)</RootPath>
<AssemblyOriginatorKeyFile>$(RootPath)\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down

0 comments on commit fc08ed7

Please sign in to comment.