-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Follow-up to #126192: address review comments (doc nit, ShellExecuteHelper refactor, field keyword, test, trimming, waitStateHolder fix) #126314
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
19 commits
Select commit
Hold shift + click to select a range
716f641
Address review comments: fix "OS handle" doc nit, convert ShellExecut…
Copilot 7b2fad9
Use field keyword for ProcessId; add test for invalid handle validation
Copilot 2a8a779
Pass SHELLEXECUTEINFO by value; return hProcess/hInstApp via out params
Copilot 6658eef
Replace notPresent bool with ERROR_CALL_NOT_IMPLEMENTED in catch block
Copilot 79f4362
Rename StartWithShellExecuteEx to StartWithShellExecute
Copilot ebb8524
Fold ShellExecuteOnSTAThread into StartWithShellExecute; add static d…
Copilot 8b4d138
Move UseShellExecute property to shared ProcessStartInfo.cs
Copilot 1b6b78f
Fold StartWithCreateProcess into StartCore on Windows
Copilot a774a37
Move s_startWithShellExecute to platform files, EnsureShellExecuteFun…
Copilot 22abeac
Unix StartCore: move UseShellExecute delegate call after shared platf…
Copilot 82c81f5
Make s_startWithShellExecute private in both platform files
Copilot bb7af80
Fix waitStateHolder bug in Unix UseShellExecute path; add test for Us…
Copilot 45697c4
Apply suggestion from @jkotas
jkotas 989c73f
Simplify StartWithShellExecute: reuse waitStateHolder instead of firs…
Copilot 787aaeb
Update src/libraries/System.Diagnostics.Process/src/Microsoft/Win32/S…
jkotas 4879a6d
Update src/libraries/System.Diagnostics.Process/src/Microsoft/Win32/S…
jkotas 7837c6d
Merge branch 'main' into copilot/follow-up-pr-126192-comments
jkotas 5fa8793
Apply suggestion from @jkotas
jkotas 280f757
Apply suggestion from @jkotas
jkotas 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
Some comments aren't visible on the classic Files Changed page.
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
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.