This is co-released with
xunit.analyzers
version 1.4.0-pre.9
and
xunit.runner.visualstudio
version 2.5.2-pre.8
.
xunit.runner.utility
:
VisualStudioSourceInformationProvider
DiaNavigationData
DiaSession
DiaSessionWrapper
DiaSessionWrapperHelper
xunit.runner.visualstudio
runner, as they provide access
to source information from within Visual Studio. The code has been moved there.
XunitFrontController
will no longer attempt to create and provide
an instance of VisualStudioSourceInformationProvider
to the Xunit1
or Xunit2
classes, in the event that the developer did not pass a source information provider during creation. Instead, it
will always now pass a NullSourceInformationProvider
instead.