Goal
Resolve any source-level compile/test breaks introduced by the v3 swap. Expect potential namespace nudges and assertion overload disambiguation.
Context
Part of the xUnit v3 migration pilot (Sprints 7–13). The pilot validates the migration process on tests/Domain.Tests before any other project is touched. Plan thread: see Sprint 7 milestone.
Acceptance Criteria
References
Squad
Gimli (Tester)
Goal
Resolve any source-level compile/test breaks introduced by the v3 swap. Expect potential namespace nudges and assertion overload disambiguation.
Context
Part of the xUnit v3 migration pilot (Sprints 7–13). The pilot validates the migration process on
tests/Domain.Testsbefore any other project is touched. Plan thread: seeSprint 7milestone.Acceptance Criteria
dotnet build tests/Domain.Tests --configuration Releaseclean (warnings-as-errors)dotnet test tests/Domain.Tests --configuration Release --no-buildall passdotnet run --project tests/Domain.Tests --configuration Releaseruns the standalone executable and reports passasync voidtests; no removed types in use (verified)References
Squad
Gimli (Tester)