abpframework / abpframework/abp
Any plans to migrate to xUnit v3?
Open
@maliming is already working on this.
Since Sep 9, 2026.
feature-request
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.