Skip to content
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

[mono][tests] The type initializer for 'NetSecurityNative' threw an exception #93104

Closed
kotlarmilos opened this issue Oct 6, 2023 · 3 comments · Fixed by #95274
Closed

[mono][tests] The type initializer for 'NetSecurityNative' threw an exception #93104

kotlarmilos opened this issue Oct 6, 2023 · 3 comments · Fixed by #95274
Labels
area-System.Net.Security blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' disabled-test The test is disabled in source code against the issue Known Build Error Use this to report build issues in the .NET Helix tab os-linux Linux OS (any supported distro)
Milestone

Comments

@kotlarmilos
Copy link
Member

kotlarmilos commented Oct 6, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=429167&view=logs&j=ab306dbd-9f73-5131-57d7-1eb5f5188356&t=15d6e221-840c-5f04-2f14-457f5a7ff25b
Build error leg or test failing: linux_bionic-x64 Release AllSubsets_Mono

System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
            ---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
            -------- System.DllNotFoundException : libSystem.Net.Security.Native
            Stack Trace:
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(79,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(47,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(39,0): at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus, String helpText)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(201,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(43,0): at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs(42,0): at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs(103,0): at System.Net.Security.Tests.NegotiateAuthenticationTests.DefaultNetworkCredentials_NTLM_DoesNotThrow()
              /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs(22,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
              /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(20,0): at Interop.NetSecurityNative..cctor()
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(27,0): at Interop.NetSecurityNative.GssInitializer..cctor()
          System.Net.Security.Tests.NegotiateAuthenticationTests.NtlmCorrectExchangeTest [SKIP]
            Condition(s) not met: "IsNtlmAvailable (TargetInvocationException)"
          System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Unsupported_NTLM [SKIP]
            Condition(s) not met: "IsNtlmUnavailable (TargetInvocationException)"
          System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Supported_NTLM [SKIP]
            Condition(s) not met: "IsNtlmAvailable (TargetInvocationException)"
          System.Net.Security.Tests.NegotiateAuthenticationTests.NtlmSignatureTest [SKIP]
            Condition(s) not met: "IsNtlmAvailable (TargetInvocationException)"
            System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
            ---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
            -------- System.DllNotFoundException : libSystem.Net.Security.Native
            Stack Trace:
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(79,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(47,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(32,0): at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(507,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal.AcquireCredentialsHandle(NetworkCredential credential)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(213,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(43,0): at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs(42,0): at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs(38,0): at System.Net.Security.Tests.NegotiateAuthenticationTests.RemoteIdentity_ThrowsOnUnauthenticated()
              /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs(22,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
              /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(20,0): at Interop.NetSecurityNative..cctor()
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(27,0): at Interop.NetSecurityNative.GssInitializer..cctor()
          System.Net.Security.Tests.NegotiateAuthenticationTests.NtlmIncorrectExchangeTest [SKIP]
            Condition(s) not met: "IsNtlmAvailable (TargetInvocationException)"
            System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
            ---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
            -------- System.DllNotFoundException : libSystem.Net.Security.Native
            Stack Trace:
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(79,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(47,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(32,0): at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(472,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal.GetPackageType(String package)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(187,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(43,0): at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs(42,0): at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs(71,0): at System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Unsupported()
              /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs(22,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
              /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(20,0): at Interop.NetSecurityNative..cctor()
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(27,0): at Interop.NetSecurityNative.GssInitializer..cctor()
        Finished:    System.Net.Security.Unit.Tests

Error Message

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

{
  "ErrorMessage": "The type initializer for 'NetSecurityNative' threw an exception",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=429167
Error message validated: The type initializer for 'NetSecurityNative' threw an exception
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 10/6/2023 10:24:31 AM UTC

Report

Build Definition Test Pull Request
481240 dotnet/runtime System.Net.Security.Unit.Tests.WorkItemExecution #95274

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 1
@kotlarmilos kotlarmilos added area-System.Net.Security os-linux Linux OS (any supported distro) 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 labels Oct 6, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 6, 2023
@ghost
Copy link

ghost commented Oct 6, 2023

Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=429167&view=logs&j=ab306dbd-9f73-5131-57d7-1eb5f5188356&t=15d6e221-840c-5f04-2f14-457f5a7ff25b
Build error leg or test failing: linux_bionic-x64 Release AllSubsets_Mono

System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
            ---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
            -------- System.DllNotFoundException : libSystem.Net.Security.Native
            Stack Trace:
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(79,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(47,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(39,0): at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus, String helpText)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(201,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(43,0): at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs(42,0): at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs(103,0): at System.Net.Security.Tests.NegotiateAuthenticationTests.DefaultNetworkCredentials_NTLM_DoesNotThrow()
              /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs(22,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
              /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(20,0): at Interop.NetSecurityNative..cctor()
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(27,0): at Interop.NetSecurityNative.GssInitializer..cctor()
          System.Net.Security.Tests.NegotiateAuthenticationTests.NtlmCorrectExchangeTest [SKIP]
            Condition(s) not met: "IsNtlmAvailable (TargetInvocationException)"
          System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Unsupported_NTLM [SKIP]
            Condition(s) not met: "IsNtlmUnavailable (TargetInvocationException)"
          System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Supported_NTLM [SKIP]
            Condition(s) not met: "IsNtlmAvailable (TargetInvocationException)"
          System.Net.Security.Tests.NegotiateAuthenticationTests.NtlmSignatureTest [SKIP]
            Condition(s) not met: "IsNtlmAvailable (TargetInvocationException)"
            System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
            ---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
            -------- System.DllNotFoundException : libSystem.Net.Security.Native
            Stack Trace:
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(79,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(47,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(32,0): at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(507,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal.AcquireCredentialsHandle(NetworkCredential credential)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(213,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(43,0): at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs(42,0): at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs(38,0): at System.Net.Security.Tests.NegotiateAuthenticationTests.RemoteIdentity_ThrowsOnUnauthenticated()
              /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs(22,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
              /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(20,0): at Interop.NetSecurityNative..cctor()
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(27,0): at Interop.NetSecurityNative.GssInitializer..cctor()
          System.Net.Security.Tests.NegotiateAuthenticationTests.NtlmIncorrectExchangeTest [SKIP]
            Condition(s) not met: "IsNtlmAvailable (TargetInvocationException)"
            System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
            ---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
            -------- System.DllNotFoundException : libSystem.Net.Security.Native
            Stack Trace:
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(79,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(47,0): at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText)
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs(32,0): at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(472,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal.GetPackageType(String package)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(187,0): at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs(43,0): at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs(42,0): at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions)
              /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs(71,0): at System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Unsupported()
              /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs(22,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
              /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(20,0): at Interop.NetSecurityNative..cctor()
              ----- Inner Stack Trace -----
              /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs(27,0): at Interop.NetSecurityNative.GssInitializer..cctor()
        Finished:    System.Net.Security.Unit.Tests

Error Message

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

{
  "ErrorMessage": "The type initializer for 'NetSecurityNative' threw an exception",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: kotlarmilos
Assignees: -
Labels:

area-System.Net.Security, os-linux, blocking-clean-ci, Known Build Error

Milestone: -

@rzikm rzikm added this to the 9.0.0 milestone Oct 10, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Oct 10, 2023
@rzikm
Copy link
Member

rzikm commented Oct 10, 2023

Triage: Test failure, Should investigate in 9.0 timeframe

@kotlarmilos kotlarmilos added the disabled-test The test is disabled in source code against the issue label Oct 11, 2023
@wfurt
Copy link
Member

wfurt commented Nov 6, 2023

Is this what #92830 was trying to fix @steveisok? It seems like the suggestions from there should still be applicable, right? e.g. using managed implementation instead of GSS. Is there some way how to tag Bionic specific issues?

@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@akoeplinger akoeplinger added this to the 9.0.0 milestone Nov 24, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2023
@rzikm rzikm self-assigned this Nov 27, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Nov 27, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Nov 29, 2023
@rzikm rzikm removed their assignment Nov 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Security blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' disabled-test The test is disabled in source code against the issue Known Build Error Use this to report build issues in the .NET Helix tab os-linux Linux OS (any supported distro)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants