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
On Linux, I have tried to use the Process to spawn a new process to interact/manipulate with its output. However, I realized that if the process spawns a child process, on the same shell, you won't be able to retrieve the output of the child process. Is that the expected behaviour? Is there a way to do that?
Description
On Linux, I have tried to use the Process to spawn a new process to interact/manipulate with its output. However, I realized that if the process spawns a child process, on the same shell, you won't be able to retrieve the output of the child process. Is that the expected behaviour? Is there a way to do that?
Example:
The process will capture the first line output "Fetching origin", but not the line that requires to enter the username.
So, this was the output (the second line is not being captured):
However, I was expecting:
Configuration
Regression?
The same happens on .NET Core 3.1.
Other information
The text was updated successfully, but these errors were encountered: