Skip to content

Improve and simplify the IConsoleService interface#5924

Open
mikem8361 wants to merge 1 commit into
dotnet:mainfrom
mikem8361:betterconsoleservice
Open

Improve and simplify the IConsoleService interface#5924
mikem8361 wants to merge 1 commit into
dotnet:mainfrom
mikem8361:betterconsoleservice

Improve and simplify the IConsoleService interface

a325cfa
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jul 14, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

diagnostics-public-ci / Test Diagnostics / MacOS_Test_x64_Release / Test

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '1'.

diagnostics-public-ci / Test Diagnostics / MacOS_Test_x64_Debug / Test

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '1'.

Test Failures (3 tests failed)

🔹 [All failing tests from diagnostics-public-ci]

    ⚠️ 1 failing tests not displayed for this pipeline due to space limitations

    SOSMethodTests.Reflection [Details] [1.98% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configurations (2)

    Data Driven SubResults
      SOSMethodTests.Reflection(config: projectk.sdk.prebuilt.11.0.0-preview.7.26327.102)
      Exception Message
      System.Exception : Debugger output did not match the expression: \\s+[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+(\\*\\*\\* WARNING: Unable to verify checksum for ReflectionTest.exe\\s*)?RefLoader\\.Loader\\.Main(\\(\\))?\\s*
      Stack Trace
         at SOSRunner.VerifyOutput(String verifyLine, Boolean match) in /Users/runner/work/1/s/src/tests/SOS.UnitTests/SOSRunner.cs:line 1346
         at SOSRunner.RunScript(String scriptRelativePath) in /Users/runner/work/1/s/src/tests/SOS.UnitTests/SOSRunner.cs:line 973
         at SOSRunner.RunScript(String scriptRelativePath) in /Users/runner/work/1/s/src/tests/SOS.UnitTests/SOSRunner.cs:line 1011
         at SOSTestHelpers.RunTest(String scriptName, TestInformation information, ITestOutputHelper output) in /Users/runner/work/1/s/src/tests/SOS.UnitTests/SOS.cs:line 144
         at SOSTestHelpers.RunTest(TestConfiguration config, String debuggeeName, String scriptName, ITestOutputHelper output, String testName, Boolean testLive, Boolean testDump, Boolean testTriage, Boolean testMini, DumpGenerator dumpGenerator) in /Users/runner/work/1/s/src/tests/SOS.UnitTests/SOS.cs:line 209
         at SOSMethodTests.Reflection(TestConfiguration config) in /Users/runner/work/1/s/src/tests/SOS.UnitTests/SOS.cs:line 704
      --- End of stack trace from previous location ---
    SOSScenarioTests.WebApp3 [Details] [0.12% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Data Driven SubResults
      SOSScenarioTests.WebApp3(config: projectk.sdk.prebuilt.9.0.14)
      Exception Message
      System.Exception : CDB exited unexpectedly executing '.extpath D:\\a\\_work\\1\\s\\artifacts\\bin\\Windows_NT.x64.Release'
      Stack Trace
         at SOSRunner.HandleCommand(String input, Boolean addPrefix) in /_/src/tests/SOS.UnitTests/SOSRunner.cs:line 1449
         at SOSRunner.RunCommand(String command, Boolean addPrefix) in /_/src/tests/SOS.UnitTests/SOSRunner.cs:line 1307
         at SOSRunner.RunCommands(IEnumerable`1 commands) in /_/src/tests/SOS.UnitTests/SOSRunner.cs:line 1294
         at SOSRunner.StartDebugger(TestInformation information, DebuggerAction action) in /_/src/tests/SOS.UnitTests/SOSRunner.cs:line 818
         at SOSTestHelpers.RunTest(String scriptName, TestInformation information, ITestOutputHelper output) in /_/src/tests/SOS.UnitTests/SOS.cs:line 142
         at SOSScenarioTests.WebApp3(TestConfiguration config) in /_/src/tests/SOS.UnitTests/SOS.cs:line 798
      --- End of stack trace from previous location ---

Was this helpful? Yes No