Skip to content

[8.0] [.NET Framework 4.8] [x86] System.Diagnostics HttpHandler test failure: Remote process failed with an unhandled exception #112426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
carlossanlop opened this issue Feb 11, 2025 · 4 comments · Fixed by #112753
Assignees
Labels
arch-x86 area-System.Diagnostics blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab os-windows
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Feb 11, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=948105
Build error leg or test failing: System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
Pull request: #112381

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": ["System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext [FAIL]", "Remote process failed with an unhandled exception."],
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
===========================================================================================================

C:\h\w\A3E308EF\w\A0FF090D\e>xunit.console.exe System.Diagnostics.DiagnosticSource.Tests.dll -xml testResults.xml -nologo -nocolor -trait category=OuterLoop -notrait category=IgnoreForCI -notrait category=failing  
  Discovering: System.Diagnostics.DiagnosticSource.Tests (app domain = on [no shadow copy], method display = ClassAndMethod, method display options = None)
  Discovered:  System.Diagnostics.DiagnosticSource.Tests (found 47 of 257 test cases)
  Starting:    System.Diagnostics.DiagnosticSource.Tests (parallel test collections = on, max threads = 2)

Unhandled Exception: Xunit.Sdk.NullException: Assert.Null() Failure
Expected: (null)
Actual:   |5c332e6c-4a6282b9037c78e1.
   at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeadersTraceStateAndCorrelationContext>b__6_0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
    System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext [FAIL]
      Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
      Stack Trace:
        
        Child exception:
          Xunit.Sdk.NullException: Assert.Null() Failure
        Expected: (null)
        Actual:   |5c332e6c-4a6282b9037c78e1.
           at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeadersTraceStateAndCorrelationContext>b__6_0>d.MoveNext()
        --- End of stack trace from previous location where exception was thrown ---
           at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
           at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
           at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
        
        Child process:
          System.Diagnostics.DiagnosticSource.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests+<>c System.Threading.Tasks.Task <TestW3CHeadersTraceStateAndCorrelationContext>b__6_0()
        
        

Unhandled Exception: Xunit.Sdk.EqualException: Assert.Equal() Failure
                                 ↓ (pos 41)
Expected: ···op.HttpRequestOut.Stop
Actual:   ···op.HttpRequestOut.Start
                                 ↑ (pos 41)
   at Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences)
   at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeaders>b__5_0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
    System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders [FAIL]
      Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
      Stack Trace:
        
        Child exception:
          Xunit.Sdk.EqualException: Assert.Equal() Failure
                                         ↓ (pos 41)
        Expected: ···op.HttpRequestOut.Stop
        Actual:   ···op.HttpRequestOut.Start
                                         ↑ (pos 41)
           at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeaders>b__5_0>d.MoveNext()
        --- End of stack trace from previous location where exception was thrown ---
           at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
           at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
           at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
        
        Child process:
          System.Diagnostics.DiagnosticSource.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests+<>c System.Threading.Tasks.Task <TestW3CHeaders>b__5_0()

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=948105
Error message validated: [System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext [FAIL] Remote process failed with an unhandled exception.]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/11/2025 4:35:21 PM UTC

Report

Build Definition Test Pull Request
977058 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
977079 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
977054 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
977063 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
975508 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
975513 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
975524 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
975520 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
973846 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
973858 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
973847 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
973836 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
973212 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
973208 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
973209 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
973194 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
972899 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
972902 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
972892 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
972900 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
971728 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
971724 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
971716 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
971713 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
970636 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
970624 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
970612 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
970608 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
969482 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
969480 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
969484 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
969468 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
968438 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
968433 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
968434 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
968432 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
967338 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
967318 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
967334 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
967311 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
966643 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
966645 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
966650 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
966629 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
966356 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
966350 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
966343 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
966341 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
965560 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
965549 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
965536 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
965554 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
964656 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
964629 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
964657 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
964633 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
963589 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
963588 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
963601 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
963577 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
962212 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
962201 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
962208 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
962200 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960929 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960922 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
960915 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960913 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960189 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960184 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960173 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960174 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
959807 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
959813 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
959818 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
959814 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
958840 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
958827 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
958817 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
958824 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
957722 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
957725 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
957720 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
957704 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
956372 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
956362 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
956361 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
956364 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
955171 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
955150 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
955168 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
955161 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
954421 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
954422 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
954415 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
954405 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953880 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953871 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953881 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953864 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
Displaying 100 of 117 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
4 28 112
@carlossanlop carlossanlop added arch-x86 area-System.Diagnostics blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab os-windows labels Feb 11, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 11, 2025
Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

@tommcdon
Copy link
Member

@karelz

@tommcdon tommcdon added this to the 10.0.0 milestone Feb 17, 2025
@tommcdon tommcdon removed the untriaged New issue has not been triaged by the area owner label Feb 17, 2025
@karelz
Copy link
Member

karelz commented Feb 18, 2025

@antonfirsov is it something you know about and can help? If not, do you know who could?

@antonfirsov
Copy link
Member

Reopening to track 8.0 and 9.0 backport.

@antonfirsov antonfirsov reopened this Feb 24, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-x86 area-System.Diagnostics blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab os-windows
Projects
None yet
4 participants