Commit Graph
3 Commits
Author SHA1 Message Date
Canon 761ba4a668 Update Test Packages 2026-03-31 08:44:47 +08:00
Canon 4c56c5183c Fix Tests
The issue was two things:

  1. Missing xunit.runner.visualstudio package — xunit v3 needs this
adapter for VSTest (dotnet test) to discover tests
  2. <OutputType>Exe</OutputType> — this is for xunit v3's standalone
runner mode (dotnet run), but it conflicts with dotnet test discovery.
Removed it since you want dotnet test to work.
2026-03-12 15:58:19 +08:00
Canon dbb561b892 Squash merge tests into main 2026-03-12 07:22:26 +08:00