Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core.Process: only set StandardEncoding if output/err is redirected #2672

Merged

Conversation

knocte
Copy link
Contributor

@knocte knocte commented May 6, 2022

Description

Should potentially fix #2670

@knocte
Copy link
Contributor Author

knocte commented May 9, 2022

@yazeedobaid I guess it was you who whitelisted me so that CI could run in this PR? I believe the macOS lane is not broken by my PR but because of a different issue which I filed here: #2671

@yazeedobaid
Copy link
Collaborator

@knocte yes I approved the CI run. For first-time contributors, the CI needs admin approval.
Yes, it is not from your PR. It started to happen randomly after the last PR merge. It is happening on macOS only.

@yazeedobaid
Copy link
Collaborator

Hi thanks for the PR
Could you please rebase your branch from release/next? Now that the build has been fixed.

@knocte knocte force-pushed the net472ProcessEncodingFix branch from c611585 to 67f896e Compare July 16, 2022 11:18
@knocte
Copy link
Contributor Author

knocte commented Jul 16, 2022

Could you please rebase your branch from release/next?

Done.

@yazeedobaid
Copy link
Collaborator

Thanks for the fix, can u please try to add tests to it?

@yazeedobaid yazeedobaid added the needs-tests This PR needs tests in order to be accepted label Jul 21, 2022
@yazeedobaid yazeedobaid merged commit 37fab34 into fsprojects:release/next Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-tests This PR needs tests in order to be accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic usage of CreateProcess throws InvalidOperationException in .NET4.7.2
2 participants