You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
I am using 3.4.0-beta-2 and cannot seem to change the Number Of test Workers. I added this to my AssemblyInfo.cs and reran dotnet test, but it is still reporting as 3.
[assembly: LevelOfParallelism(1)]
Run Settings
WorkDirectory: C:\repos\alliances
NumberOfTestWorkers: 3
The text was updated successfully, but these errors were encountered:
There is no parallelism in the PCL version of the NUnit framework because we don't have threading in Portable. This should be fixed when we release a netstandard version, hopefully next month.
I am not sure why it is reporting 3 for the workers, that is probably a bug. I expect it is one.
There is no parallelism in the PCL version of the NUnit framework because
we don't have threading in Portable. This should be fixed when we release a
netstandard version, hopefully next month.
I am not sure why it is reporting 3 for the workers, that is probably a
bug. I expect it is one.
I am using 3.4.0-beta-2 and cannot seem to change the Number Of test Workers. I added this to my AssemblyInfo.cs and reran dotnet test, but it is still reporting as 3.
The text was updated successfully, but these errors were encountered: