From d4acb213c0d40e25fb29c6d9dc73968fff9a0d6e Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:25:49 -0400 Subject: [PATCH] Migrate xunit 2.9.3 to xunit.v3 3.2.2 Single-package swap. The test project uses only [Fact] + the basic Assert.* surface (no theories, no fixtures, no IAsyncLifetime, no ITestOutputHelper), all of which carry over to v3 unchanged. xunit.runner.visualstudio 3.1.5 already supports v3. 71/71 tests passing. Co-Authored-By: Claude Opus 4.7 (1M context) --- tests/PlanViewer.Core.Tests/PlanViewer.Core.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PlanViewer.Core.Tests/PlanViewer.Core.Tests.csproj b/tests/PlanViewer.Core.Tests/PlanViewer.Core.Tests.csproj index 5fd8768..98a2ecf 100644 --- a/tests/PlanViewer.Core.Tests/PlanViewer.Core.Tests.csproj +++ b/tests/PlanViewer.Core.Tests/PlanViewer.Core.Tests.csproj @@ -12,7 +12,7 @@ - +