I'm just migrating a c# 4.7.x project to use PackageReferences rather than package.config however after doing this the test runner fails to run any tests and returns no errors/warnings that I can see.
The attached project has a migration of packageconfig project one will run tests with dx test runner, the other won't but does recognise them still.
The visual studio runner will work in both cases.
Hi Paul,
Thank you for sharing the sample project. I reproduced the issue and we are researching it.
As a temporary workaround I can suggest you to use the 1.9.1 version of the xUnit package.
Thanks, that'll be fine as a workaround.
As an aside I also tried it in VS2017 with v21.2.26 after raising the ticket and it works there in both cases (1.92 with PackageReference and package.config)
Paul,
Thank you for the update.