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 cc8b008 commit 5a4ee53
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 @@ -9,7 +9,7 @@
<LangVersion>latest</LangVersion>
<Deterministic>true</Deterministic>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<WarningsAsErrors>CS8002,nullable</WarningsAsErrors>
<WarningsAsErrors>CS9057,CS8002,nullable</WarningsAsErrors>
<DebugType>portable</DebugType>
<SignAssembly>True</SignAssembly>
<RootPath>$(MSBuildThisFileDirectory)</RootPath>
Expand Down

0 comments on commit 5a4ee53

Please sign in to comment.