This is co-released with the core framework release
2.5.0-pre.37
.
*reporters*.dll
which may break any custom reporters you are using from first or third party assemblies without an appropriate
name.
xunit/visualstudio.xunit#317
BUG: Fixed an issue where data-driven tests with only a params array could not be run with an empty `[InlineData]` declaration. For example, this worked:
But this would not:
xunit/visualstudio.xunit#371