Enable nullable (#1515)

This commit is contained in:
Charles Gagnon
2022-05-26 14:41:50 -07:00
committed by GitHub
parent e86b0bc87f
commit 45cb5f28fd
6 changed files with 37 additions and 31 deletions

View File

@@ -13,5 +13,6 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<!-- This is required for IDE0005 to fail the build https://github.com/dotnet/roslyn/issues/41640 -->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>