Release Notes: August 7, 2023
xunit.runner.visualstudio 2.5.1 Pre-Release (build 10)
This is co-released with core framework release v2
2.5.1-pre.20
.
Features and Fixes
-
We have added the ability to pass configuration values via RunSettings (either via a RunSettings file, or via
the command line with
dotnet test
). See the documentation for how
to use this feature.
xunit/visualstudio.xunit#378
-
BUG: Fixed an issue where sometimes you could not filter tests by
FullyQualifiedName
and/or DisplayName
(during discovery).
xunit/visualstudio.xunit#380