This is co-released with
xunit.analyzers
version 1.2.0-pre.24
and
xunit.runner.visualstudio
version 2.5.0-pre.20
.
Assert.IsNotAssignableFrom
. It performs the opposite action of
Assert.IsAssignableFrom
.
xunit/xunit#2727
failSkips
configuration element to convert skipped tests into failed tests. This aligns with the -failSkips
console runner command line option and the FailSkips
MSBuild runner property.