[Testing] Exchange NUnit with xUnit to modernize and enhance DI and performance for testing #1258
Open
5 of 6 tasks
Labels
kind/enhancement
New feature or request.
triage/untriaged
Indicates an issue requires triaging or verification.
What would you like to be added:
xUnit is commonly preffered for .Net 6+, provides parralel testing by default, uses DI better and avoides static Methods for Tests. Additionally the test runtime is shorter because it requires less Setup and Cleanup.
Why is this needed:
From Wizard its only possible to choose NUnit for testing in Uno Projects
For which Platform:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: