TPC support (#182)

Also turn on nullability for the tests

Closes #181
Closes #177
This commit is contained in:
Shay Rojansky
2023-01-13 18:17:43 +01:00
committed by GitHub
parent 81d512004d
commit 8ce1fb1bb0
5 changed files with 178 additions and 93 deletions

View File

@@ -1,5 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AnalysisLevel>latest</AnalysisLevel>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>