Migrate test projects from xunit 2.9.3 to xunit.v3 3.2.2
CI / build-test (push) Successful in 1m6s

Test projects become executables (OutputType=Exe) as required by v3.
Satisfy the new xUnit1051 analyzer by passing TestContext cancellation
tokens in the generator compilation test.
This commit is contained in:
Leonid Pershin
2026-06-11 05:50:09 +03:00
parent 8d3f478acd
commit d6f19b9119
7 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<!-- Tests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>