meziantou / Meziantou.Xunit.ParallelTestFramework

Run xUnit test cases in parallel
MIT License
162 stars 6 forks source link

Create an xunit v3 version #21

Open slang25 opened 1 month ago

slang25 commented 1 month ago

I've started adopting xunit v3, and would love to be able to use this package with it.

There are some changes, and I'm not sure how much change would be required outside of creating a separate package and adopting the new namespaces etc...

meziantou commented 1 month ago

I think this is part of the xunit 3 roadmap, but not yet completed (https://github.com/xunit/xunit/issues/2133, https://github.com/xunit/xunit/issues/1986). Feel free to confirm it with xunit maintainers. So, maybe this package will be obsolete by then.

If it still needs custom code, it would be another package. One package for v2 and another one for v3. I hope most of the code will be shared, but we'll see when xunit is stable