Skip to content

Commit

Permalink
imp - Enabled nullables; builds will FTBFS
Browse files Browse the repository at this point in the history
---

We've enabled nullable support. Builds will fail, though, because we are currently populating VC's documentation with new information.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 4, 2024
1 parent 9cf159f commit 3fe9031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<LangVersion>latest</LangVersion>
<Deterministic>true</Deterministic>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8002,nullable</WarningsAsErrors>
<SignAssembly>True</SignAssembly>
<RootPath>$(MSBuildThisFileDirectory)</RootPath>
Expand Down

0 comments on commit 3fe9031

Please sign in to comment.