Closed
Description
It hangs with console runner (3.7) and also with R# (2017.2).
Here are the log files when using --labels:before
:
nunit_3_8_1.txt
nunit_3_7.txt
When running in R# we see that tests from other namespace never start:
It seems related to public class AssemblySetup
which has the attribute [SetUpFixture]
.