Fix tests and warnings

This commit is contained in:
Dmitri Shimanski
2025-03-19 15:10:56 +02:00
parent 37bfd816e4
commit aa4b86d12f
6 changed files with 65 additions and 91 deletions

View File

@@ -5,6 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>
<ItemGroup>