Release Notes: October 8, 2023
xunit.runner.visualstudio 2.5.2 Pre-Release (build 8)
This is co-released with core framework release v2
2.5.2-pre.6
.
Features and Fixes
-
The following types were moved here from
xunit.runner.utility
:
VisualStudioSourceInformationProvider
DiaNavigationData
DiaSession
DiaSessionWrapper
DiaSessionWrapperHelper
The runner now creates these types directly and passes them to XunitFrontController
.
-
BUG: The assembly merge that was part of the fix for
xunit/visualstudio.xunit#383
caused problems with third party runner reporters, and has been rolled back. The original issue in #383
was determined to be unfixable on our end, and the suggested fix for developers who have version
conflicts with
xunit.runner.utility
is to perform the IL merge that we were performing,
except against their code rather than ours.
xunit/visualstudio.xunit#385