Add nullability to matching library, fix warnings

This commit is contained in:
Matt Nadareski
2023-09-16 21:25:50 -04:00
parent 10d3c09cfa
commit 7575353597
9 changed files with 251 additions and 85 deletions

View File

@@ -19,4 +19,8 @@
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'!='net48'">
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>