Commit 1622ccb
committed
Fix test parallelization configuration
- Removed invalid AssemblyAttribute from csproj
- Created AssemblyInfo.cs with proper Parallelize attribute
- This fixes MSB3715 error where ExecutionScope type was not found
MSTest 4.0 requires assembly-level parallelization to be configured
via code, not project file attributes.1 parent 2d2a310 commit 1622ccb
File tree
2 files changed
+3
-7
lines changed- test/NosCore.Networking.Tests
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 9 | | |
17 | 10 | | |
18 | 11 | | |
| |||
0 commit comments