You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitExtensionsVSIX.Git.GitCommands.RunGit accesses Process.ExitCode before calling Process.WaitForExit.
I expect Process.ExitCode to throw an InvalidOperationException.
(RunGit is called by GetCurrentBranch only.)
Expected behaviour
Access ExitCode after the process has exited.
Did this work in previous version of GitExtensions