#26142·abp

Any plans to migrate to xUnit v3?

Author: bgmulinariCreated Sep 8, 2026Updated Sep 9, 2026
Labelsfeature-request

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

No response

Describe the solution you'd like

Hi, are there any plans to migrate ABP’s tests and startup templates to xUnit v3?

A few features seem useful for ABP projects:

  • Assembly-wide fixtures to share expensive setup, such as database containers, across test collections.
  • Built-in console and trace output capture to help diagnose integration test failures.
  • Runtime skipping and explicit tests for integrations that require external services.

We could migrate our own tests, but with the templates still on v2, we’d need to repeat that migration every time we create a new module.

Is this on the roadmap, or are there any known blockers?

Thanks!

Additional context

No response