Nunit .Net Core Parallel Tests
问题 This was mentioned by Charlie Poole : If you are running .NET Core tests, you are using the NUnit portable framework build, which does not support parallel execution. The attribute is still accepted so that you can switch to different platform builds without changing the code Does any one know if this is still the case ? 回答1: Yes, this is still the case as of NUnit 3.8.1. Even though the Portable version of the framework has been replaced by a .NET Standard version, parallel test execution