Skip to content

[Sprint 7] test(domain): fix xunit.v3 source-level breaks in Domain.Tests #164

Description

@mpaulosky

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

  • dotnet build tests/Domain.Tests --configuration Release clean (warnings-as-errors)
  • dotnet test tests/Domain.Tests --configuration Release --no-build all pass
  • dotnet run --project tests/Domain.Tests --configuration Release runs the standalone executable and reports pass
  • No async void tests; no removed types in use (verified)
  • Coverage still produced via Coverlet

References

Squad

Gimli (Tester)

Metadata

Metadata

Assignees

No one assigned

    Labels

    squad:gimliAssigned to Gimli (Tester)type:choreMaintenance, refactoring, cleanup

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions