Skip to content

Connect-MGGraph gives error loading type in versions 2.26 and up #3290

@JAK1047

Description

@JAK1047

Describe the bug

While using Powershell 7.5.0 if I try to connect using the Connect-MGGraph cmd on any module version above 2.25 I get the following error:

Connect-MgGraph: InteractiveBrowserCredential authentication failed: Could not load type 'Microsoft.Identity.Client.AuthScheme.TokenType' from assembly 'Microsoft.Identity.Client, Version=4.67.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae'.

This is with no other modules loaded outside the default ones:

Image

I found the same issue here, Azure/azure-sdk-for-net#48504, with a note that it would be fixed in May but wanted to confirm it is the same root cause and fix due to just a conflict with maybe .net 9 (considering 7.5.0 is built on .net 9) and not a new issue that needs reported.

Expected behavior

Connect-MGGraph is run and after the account is selected in the pop out modal window you are authenticated in the session.

How to reproduce

Install Powershell 7.5.0
Install Microsoft.Graph 2.26 and up
Run Connect-MGGraph with no optional parameters to trigger interactive authentication

SDK Version

2.27

Latest version known to work for scenario above?

2.25

Known Workarounds

Version 2.25 and below works fine.

Debug output

Click to expand log ```

DEBUG: InteractiveBrowserCredential.Authenticate invoked. Scopes: [ User.Read ] ParentRequestId:
DEBUG: Executing interactive authentication workflow inline.
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e] MSAL MSAL.CoreCLR with assembly version '4.67.2.0'. CorrelationId(6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e)
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e] === InteractiveParameters Data ===
LoginHint provided: False
User provided: False
UseEmbeddedWebView: NotSpecified
ExtraScopesToConsent:
Prompt: select_account
HasCustomWebUi: False
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e]
=== Request Data ===
Authority Provided? - True
Scopes - User.Read
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenInteractive
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - True
HomeAccountId - False
CorrelationId - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:

DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e] === Token Acquisition (InteractiveRequest) started:
Scopes: User.Read
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e] [Instance Discovery] Instance discovery is enabled and will be performed
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e] Broker is configured. Starting broker flow without knowing the broker installation app link.
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [Runtime] WAM supported OS.
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e] Can invoke broker. Will attempt to acquire token with broker.
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [RuntimeBroker] Calling SignInInteractivelyAsync this will show the account picker.
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0005] WARNING SetAuthorityUri:78 Initializing authority from URI 'https://login.microsoftonline.com/common/' without authority type, defaulting to MsSts
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0006] INFO SetCorrelationId:258 Set correlation ID: 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0006] INFO ExecuteInteractiveRequest:1159 The original authority is 'https://login.microsoftonline.com/common'
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0006] WARNING TryNormalizeRealm:2420 No HomeAccountId provided to normalize the realm
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0006] INFO ExecuteInteractiveRequest:1170 The normalized realm is ''
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0006] INFO ModifyAndValidateAuthParameters:243 Authority Realm: common
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0006] WARNING TryEnqueueMsaDeviceCredentialAcquisitionAndContinue:1052 MsaDeviceOperationProvider is not available. Not attempting to register the device.
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0003] WARNING ReturnResponseDueToMissingParameter:693 Attempted to read cache with a non-normalized realm, access token and ID token reads will fail
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:29Z] [MSAL:0003] WARNING ReadAccountById:227 Account id is empty - account not found
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO SetCanonicalRealm:1106 Normalize realm to: 'b55dcd02-8c11-4911-9234-0f2483650458'
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:422 Printing Telemetry for Correlation ID: 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: start_time, Value: 2025-04-22T13:25:29.000Z
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: api_name, Value: SignInInteractively
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: was_request_throttled, Value: false
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: authority_type, Value: AAD
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: access_token_expiry_time, Value: 2025-04-22T14:14:49.000Z
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: msal_version, Value: 1.1.0+local
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: client_id, Value: 14d82eec-204b-4c2f-b7e8-296a70dab67e
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: correlation_id, Value: 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: broker_app_used, Value: true
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: stop_time, Value: 2025-04-22T13:25:31.000Z
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: msalruntime_version, Value: 0.16.2
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: original_authority, Value: https://login.microsoftonline.com/common
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: request_eligible_for_broker, Value: true
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: additional_query_parameters_count, Value: 0
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: read_token_last_error, Value: missing required parameter
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: auth_flow, Value: Broker
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: ui_event_count, Value: 1
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: wam_telemetry, Value: {"x_ms_clitelem":"1,0,0,49159.1134,","ui_visible":false,"tenant_id":"b55dcd02-8c11-4911-9234-0f2483650458","scope":"User.Read offline_access openid profile","redirect_uri":"ms-appx-web://Microsoft.AAD.BrokerPlugin/14d82eec-204b-4c2f-b7e8-296a70dab67e","provider_id":"https://login.windows.net","http_status":200,"http_event_count":1,"http_content_type":"application/jose; charset=utf-8","http_content_size":15992,"device_join":"haadj","correlation_id":"{7c7184b1-f0b0-4c11-b3b7-a41d1905b480}","client_id":"14d82eec-204b-4c2f-b7e8-296a70dab67e","cache_event_count":0,"broker_version":"10.0.22621.5124","authority":"https://login.microsoftonline.com/common","api_error_code":0,"account_join_on_start":"secondary","account_join_on_end":"secondary","account_id":"28abdb31-d42a-4877-8c8a-591982695ea2","silent_code":0,"silent_bi_sub_code":0,"silent_message":"","silent_mats":{"x_ms_clitelem":"1,0,0,49159.1134,","ui_visible":false,"tenant_id":"b55dcd02-8c11-4911-9234-0f2483650458","scope":"User.Read offline_access openid profile","redirect_uri":"ms-appx-web://Microsoft.AAD.BrokerPlugin/14d82eec-204b-4c2f-b7e8-296a70dab67e","provider_id":"https://login.windows.net","http_status":200,"http_event_count":1,"http_content_type":"application/jose; charset=utf-8","http_content_size":15992,"device_join":"haadj","correlation_id":"{7c7184b1-f0b0-4c11-b3b7-a41d1905b480}","client_id":"14d82eec-204b-4c2f-b7e8-296a70dab67e","cache_event_count":0,"broker_version":"10.0.22621.5124","authority":"https://login.microsoftonline.com/common","api_error_code":0,"account_join_on_start":"secondary","account_join_on_end":"secondary","account_id":"28abdb31-d42a-4877-8c8a-591982695ea2"},"silent_status":0,"is_cached":1}
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: tenant_id, Value: b55dcd02-8c11-4911-9234-0f2483650458
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: normalized_realm, Value: b55dcd02-8c11-4911-9234-0f2483650458
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: write_token, Value: AT|ID
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: storage_write, Value: DAT|DID|DAC
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: storage_read, Value: DAC
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: is_successful, Value: true
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: authorization_type, Value: Interactive
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:430 Key: request_duration, Value: 2149
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:435 Printing Execution Flow:
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z] [MSAL:0003] INFO LogTelemetryData:443 {"t":"646u1","tid":6,"ts":0,"l":2},{"t":"4s7ub","tid":6,"ts":2,"l":2},{"t":"4sufd","tid":6,"ts":2,"s":2,"l":2},{"t":"4swgg","tid":6,"ts":2,"s":3,"l":2},{"t":"4swgf","tid":6,"ts":2,"s":1,"l":2},{"t":"4swgi","tid":3,"ts":2,"s":3,"l":2},{"t":"8dqim","tid":3,"ts":2,"l":2},{"t":"8dqkl","tid":3,"ts":15,"l":2,"a":9,"ie":0},{"t":"54uxe","tid":6,"ts":19,"l":2},{"t":"4wqm9","tid":7,"ts":2074,"l":2},{"t":"4o9ak","tid":7,"ts":2075,"l":2},{"t":"4o9ai","tid":7,"ts":2077,"l":2},{"t":"8dql1","tid":7,"ts":2105,"l":2},{"t":"4qopb","tid":7,"ts":2105,"l":2},{"t":"8dqkn","tid":7,"ts":2105,"l":2,"a":5,"ie":1},{"t":"8dqko","tid":7,"ts":2105,"l":2,"a":9,"ie":1},{"t":"8dqkr","tid":7,"ts":2105,"l":2},{"t":"4sufd","tid":7,"ts":2105,"s":2,"l":2},{"t":"4swgg","tid":7,"ts":2105,"s":4,"l":2},{"t":"4swgf","tid":7,"ts":2105,"s":1,"l":2},{"t":"4swgi","tid":3,"ts":2105,"s":4,"l":2},{"t":"8b2yn","tid":3,"ts":2105,"l":2},{"t":"8dqlh","tid":3,"ts":2105,"l":2},{"t":"8dqli","tid":3,"ts":2105,"l":2},{"t":"8dqln","tid":3,"ts":2105,"l":2},{"t":"8dqih","tid":3,"ts":2105,"l":2},{"t":"4qnnm","tid":3,"ts":2106,"l":2,"a":3,"ie":0},{"t":"4qnnl","tid":3,"ts":2110,"l":2,"a":3,"ie":1},{"t":"4qnng","tid":3,"ts":2110,"l":2,"a":2,"ie":0},{"t":"4qnnf","tid":3,"ts":2111,"l":2,"a":2,"ie":1},{"t":"4qnne","tid":3,"ts":2111,"l":2,"a":3,"ie":0},{"t":"4qnnd","tid":3,"ts":2129,"l":2,"a":3,"ie":1},{"t":"6xuag","tid":3,"ts":2143,"l":2},{"t":"4waym","tid":3,"ts":2143,"l":2},{"t":"4pqvy","tid":3,"ts":2146,"l":2},{"t":"4pqvy","tid":3,"ts":2146,"l":2}
DEBUG: False MSAL 4.67.2.0 MSAL.CoreCLR .NET 9.0.1 Microsoft Windows 10.0.22621 [2025-04-22 13:25:31Z - 6ce94de7-1e4b-4eb6-bb69-11f7f2a27e6e] Exception type: System.TypeLoadException
To see full exception details, enable PII Logging. See https://aka.ms/msal-net-logging
at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.WamAdapters.ParseRuntimeResponse(AuthResult authResult, AuthenticationRequestParameters authenticationRequestParameters, ILoggerAdapter logger)
at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.WamAdapters.HandleResponse(AuthResult authResult, AuthenticationRequestParameters authenticationRequestParameters, ILoggerAdapter logger, String errorMessage)
at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.RuntimeBroker.SignInInteractivelyAsync(AuthenticationRequestParameters authenticationRequestParameters)
at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.RuntimeBroker.AcquireTokenInteractiveAsync(AuthenticationRequestParameters authenticationRequestParameters, AcquireTokenInteractiveParameters acquireTokenInteractiveParameters)
at Microsoft.Identity.Client.Internal.Broker.BrokerInteractiveRequestComponent.FetchTokensAsync(CancellationToken cancellationToken)
at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.FetchTokensFromBrokerAsync(String brokerInstallUrl, CancellationToken cancellationToken)
at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.GetTokenResponseAsync(CancellationToken cancellationToken)
at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.ExecuteAsync(CancellationToken cancellationToken)
at Microsoft.Identity.Client.Internal.Requests.RequestBase.<>c__DisplayClass11_1.<b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.Identity.Client.Utils.StopwatchService.MeasureCodeBlockAsync(Func`1 codeBlock)
at Microsoft.Identity.Client.Internal.Requests.RequestBase.RunAsync(CancellationToken cancellationToken)

DEBUG: InteractiveBrowserCredential.Authenticate was unable to retrieve an access token. Scopes: [ User.Read ] ParentRequestId: Exception: Azure.Identity.AuthenticationFailedException (0x80131500): InteractiveBrowserCredential authentication failed: Could not load type 'Microsoft.Identity.Client.AuthScheme.TokenType' from assembly 'Microsoft.Identity.Client, Version=4.67.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae'.
---> System.TypeLoadException (0x80131522): Could not load type 'Microsoft.Identity.Client.AuthScheme.TokenType' from assembly 'Microsoft.Identity.Client, Version=4.67.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae'.
Connect-MgGraph: InteractiveBrowserCredential authentication failed: Could not load type 'Microsoft.Identity.Client.AuthScheme.TokenType' from assembly 'Microsoft.Identity.Client, Version=4.67.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae'.

</details>


### Configuration

![Image](https://github.com/user-attachments/assets/ba414e87-f8e0-4fdf-b648-d1371c844d64)

### Other information

_No response_

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions