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
don't know
Environment
GE 3.4.2
The text was updated successfully, but these errors were encountered:
RussKie
transferred this issue from gitextensions/gitextensions
Jul 7, 2020
Current behaviour
GitExtensionsVSIX.Git.GitCommands.RunGit
accessesProcess.ExitCode
before callingProcess.WaitForExit
.I expect
Process.ExitCode
to throw anInvalidOperationException
.(
RunGit
is called byGetCurrentBranch
only.)Expected behaviour
Access
ExitCode
after the process has exited.Did this work in previous version of GitExtensions
don't know
Environment
GE 3.4.2
The text was updated successfully, but these errors were encountered: