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
Copy file name to clipboardExpand all lines: docs/core/testing/unit-testing-platform-exit-codes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ ms.topic: reference
24
24
|`8`| The exit code `8` indicates that the test session ran zero tests. |
25
25
|`9`| The exit code `9` indicates that the minimum execution policy for the executed tests was violated. |
26
26
|`10`| The exit code `10` indicates that the test adapter, Testing.Platform Test Framework, MSTest, NUnit, or xUnit, failed to run tests for an infrastructure reason unrelated to the test's self. An example is failing to create a fixture needed by tests. |
27
+
|`11`| The exit code `11` indicates that the test process will exit if dependent process exits. |
28
+
|`12`| The exit code `12` indicates that the test session was unable to run because the client does not support any of the supported protocol versions. |
27
29
28
30
To enable verbose logging and troubleshoot issues, see [Microsoft.Testing.Platform Diagnostics extensions](unit-testing-platform-extensions-diagnostics.md#built-in-options).
0 commit comments