Visual Studio Code – SetupFixture methods are not executing in expected order
Description: The [SetupFixture] class methods [OneTimeSetup] and [OneTimeTearDown] are not executing as expected. Instead of running once before and after all tests in the namespace, they appear to be skipped entirely or executed in the wrong order. Background Scenario: I…