Skip to content

Commit

Permalink
und - Prepare for full nullable support
Browse files Browse the repository at this point in the history
---

We've added two types of warnings as errors to enforce both nullables and strongly-named assemblies.

---

Type: und
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 3, 2024
1 parent 05a16ac commit 5656169
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>
<WarningsAsErrors>CS8002,nullable</WarningsAsErrors>
<RootPath>$(MSBuildThisFileDirectory)</RootPath>
<AssemblyOriginatorKeyFile>$(RootPath)\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down

0 comments on commit 5656169

Please sign in to comment.