Commit 153e400
authored
When job display name contains '.' (e.g., '.NET 8.0.6'), VS Test Explorer
interprets it as a namespace separator, causing incorrect hierarchy grouping.
Detect Visual Studio environment via VSAPPIDNAME env variable and use
the benchmark method FQN instead of displayName for the test case.
Co-authored-by: Shrinidhi203 <[email protected]>
1 parent 9612c51 commit 153e400
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
| |||
0 commit comments