This is co-released with
xunit.analyzers
version 1.2.0-pre.48
and
xunit.runner.visualstudio
version 2.5.0-pre.27
.
This version removes support for UWP projects. If you need continued support for UWP, please continue to use an older build of this project. UWP has been officially deprecated by Microsoft and we have similarly removed official support for UWP from the core framework (and the Visual Studio/VSTest runner adapter).
Assert.Contains
and Assert.DoesNotContain
for the concrete type
ConcurrentDictionary
.
xunit/xunit#1857
XunitException
which
was breaking libraries like Fluent Assertions.
xunit/xunit#2737
Assert.ThrowsAny<T>
for
Func<Task>
and Func<ValueTask>
was set for ArgumentException
,
but should've been Exception
.
stopOnFail
configuration file
element in the console and MSBuild runners.
TestFrameworkOptions.ForExecution
to read the stopOnFail
configuration file
element and propagate the setting into the execution options.