-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Implement SafeProcessHandle.WaitForExit* methods #127022
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
33ea555
Implement SafeProcessHandle.WaitForExit* methods
Copilot d2f68c9
Address PR feedback: store ProcessExitStatus in ProcessWaitState, mov…
Copilot 33f89fc
Add comment explaining ERROR_ACCESS_DENIED handling in TerminateProce…
Copilot 7c723d5
Address PR feedback: remove TerminateProcessCore, use SignalCore with…
Copilot df26b6b
address my own feedback:
adamsitnik 5454880
Merge branch 'main' into copilot/implement-issue-126293
adamsitnik 1fd5785
Apply suggestions from code review
adamsitnik fedd0fb
reduce code duplication
adamsitnik ef41f82
Fix _waitState lazy initialization and add signal/Process.SafeHandle …
Copilot d1c541c
Address code review: fix race condition in EnsureWaitStateInitialized…
Copilot 77e5143
Merge duplicate tests into theories with bool useAsync parameter
Copilot 77a6493
Simplify EnsureWaitStateInitialized to use ProcessWaitState.Holder(pr…
Copilot d09130b
Simplify wait state holder ownership: make _waitState readonly, remov…
Copilot d4815a0
address code review feedback and fix the implementation
adamsitnik 7add4f0
address code review feedback: don't use an extra field to store PID o…
adamsitnik c0cd053
Apply suggestions from code review
adamsitnik 5cf7e58
address code review feedback: don't use an extra field to store PID o…
adamsitnik ee3eeec
Change NotSupportedException to PlatformNotSupportedException for non…
Copilot 5998a74
Merge branch 'main' into copilot/implement-issue-126293
adamsitnik 8907972
Fix resource string grammar, update XML docs with PNSE, fix comments
Copilot cfdd414
Rename ProcessId/IsChild fields back to _processId/_isChild, remove t…
Copilot e414dc5
Change ProcessId to throw InvalidOperationException when _waitStateHo…
Copilot e790bae
address code review feedback
adamsitnik 6143eba
Apply suggestions from code review
adamsitnik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.