Git-Credential-Manager-for-Windows icon indicating copy to clipboard operation
Git-Credential-Manager-for-Windows copied to clipboard

LoadOperationArguments: parent window environment variable not read

Open seshonaar opened this issue 6 years ago • 0 comments

Hi. I noticed this line: https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/9270c89a0ce109c7a86e9b3d8174a0af56aab468/Shared/Cli/Functions/Common.cs#L663

where there's a TryGetvalue(string.Empty). shouldn't this be TryGetValue(KeyType.ParentHwnd)?

seshonaar avatar Aug 27 '19 10:08 seshonaar