XUnit should implement this feature https://docs.nunit.org/articles/nunit/writing-tests/attributes/testfixture.html#parameterized-test-fixtures in an XUnit way.
Specifically https://docs.nunit.org/articles/nunit/writing-tests/attributes/testfixturesource.html
Here is the my implementation using NUnit 3:
https://github.com/Sauceforge/Saucery
I want to use utilise a similar mechanism in XUnit (which I believe it doesn't yet have, hence this feature request) to write a SauceryX NuGet package
XUnit should implement this feature https://docs.nunit.org/articles/nunit/writing-tests/attributes/testfixture.html#parameterized-test-fixtures in an XUnit way.
Specifically https://docs.nunit.org/articles/nunit/writing-tests/attributes/testfixturesource.html
Here is the my implementation using NUnit 3:
https://github.com/Sauceforge/Saucery
I want to use utilise a similar mechanism in XUnit (which I believe it doesn't yet have, hence this feature request) to write a SauceryX NuGet package