TUnit version: 0.50.0
[Before(TestSession)]
[HookExecutor<STAThreadExecutor>]
public static void Setup()
{
}
In the latest version, Before(TestSession) ignores HookExecutor. The code is executed in MTA when it should be in STA. ExecuteAsync is not executed
