Skip to content

Commit

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

We've decided to enable nullability so that this library is 100% null aware. This is part of the nullable rollout. Builds will FTBFS at this stage.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 3, 2024
1 parent 1971cf4 commit 62b8feb
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 @@ -7,6 +7,7 @@
<LangVersion>latest</LangVersion>
<DebugType>portable</DebugType>
<SignAssembly>True</SignAssembly>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8002,nullable</WarningsAsErrors>
<RootPath>$(MSBuildThisFileDirectory)</RootPath>
<AssemblyOriginatorKeyFile>$(RootPath)\aptivi_snk.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 62b8feb

Please sign in to comment.