-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Support Process.Start() on MacCatalyst #61507
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
simonrozsival
merged 62 commits into
dotnet:main
from
simonrozsival:simonrozsival/61295-support-process-start-on-mac-catalyst
Dec 7, 2021
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
d1fe014
Modify existing tests
simonrozsival 17c6eec
Enable process start and kill on MacCatalyst
simonrozsival 2d76ff3
Typo
simonrozsival 0d55868
Temporarily enable ProcessTests for MacCatalyst
simonrozsival b0a1f9a
Temporarily enable ProcessTests for MacCatalyst - attempt 2
simonrozsival 09a520a
Allow running Mac Catalyst builds in App Sandbox
simonrozsival 83fa170
Allow enabling app sandbox for the other Mac Catalyst sample
simonrozsival 9409c8d
Add missing parameter to XCode project generator
simonrozsival 6b25194
Remove unnecessary MacCatalyst detection
simonrozsival f065754
Enable App Sandbox for Mac Catalyst tests
simonrozsival aa5bf93
Create a separate test branch for App Sandbox
simonrozsival 320cbe7
Remove the restriction to enable app sandbox just for Mac Catalyst apps
simonrozsival 15108a7
Do not throw PNSE for Mac Catalyst
simonrozsival 2525e79
Clean-up platform-specific conditions
simonrozsival 1a57e88
Build correct Process implementation for MacCatalyst
simonrozsival da46eca
Merge branch 'main' into simonrozsival/61295-support-process-start-on…
simonrozsival fc63a37
Try to get more information from CI for further investigation of the …
simonrozsival f9e4b67
Revert "Try to get more information from CI for further investigation…
simonrozsival 9e4443b
Add MacCatalyst target framework for System.Diagnostics.Process
simonrozsival 20840a5
Merge branch 'main' of https://github.com/dotnet/runtime into simonro…
simonrozsival 5be64c6
Add supported platform annotations for Mac Catalyst
simonrozsival c620358
Fix annotations
simonrozsival f027660
Remove incorrectly placed attributes
simonrozsival ed8e9d8
Update attributes including the reference file
simonrozsival 7119d72
Change platform attributes
simonrozsival abbe224
Generate app.entitlements in the BuildAppleAppBundles test build target
simonrozsival ace7d76
Revert "Generate app.entitlements in the BuildAppleAppBundles test bu…
simonrozsival b805ba2
Enable AppSandbox when generating CMakeLists.txt for libraries tests
simonrozsival 8130507
Try implementing a workaround for app sandbox mode
simonrozsival 9b55d57
Fix app sandbox detection bug
simonrozsival 7a3dc2b
Add explanation comment
simonrozsival 02d4991
Enable more tests for MacCatalyst
simonrozsival 6e18a52
Merge branch 'main' of https://github.com/dotnet/runtime into simonro…
simonrozsival 3273fac
Add apple app builder input validation
simonrozsival d37da5c
Add Mac Catalyst w/ App Sandbox enabled to runtime-manual test pipeline
simonrozsival 1dad157
Enable networking in App Sandbox mode
simonrozsival 5c82f7c
Skip test which won't work on Mac Catalyst
simonrozsival 6b52a30
Skip some tests in app sandbox mode
simonrozsival 77dcb93
Update src/tasks/AppleAppBuilder/AppleAppBuilder.cs
simonrozsival 38bce10
Add a clarification comment for a networking entitlement
simonrozsival 93944c0
Simplify supported platform condition
simonrozsival 80d2984
Merge branch 'simonrozsival/61295-support-process-start-on-mac-cataly…
simonrozsival 02d370c
Remove temporarily enabled test
simonrozsival 4c8d12b
Remove unnecessary attributes
simonrozsival f2b752b
Replace checking env variable with checking errno in libproc
simonrozsival ee6dcec
Update docs
simonrozsival 0db6178
Remove unnecessary changes
simonrozsival dc72f0f
Temporarily enable running System.Diagnostics.Process.Tests for this PR
simonrozsival efc863c
Revert "Temporarily enable running System.Diagnostics.Process.Tests f…
simonrozsival dcf8e92
Fix job suffix in runtime-manual
simonrozsival 704e9fa
Remove attributes
simonrozsival 52bfaae
Revert "Remove attributes"
simonrozsival b3cc2ac
Try changing the order of attributes to please CI
simonrozsival a2ad032
Update ApiCompat baseline
simonrozsival be72a3d
ApiCompat step 1: remove all attributes for MaxWorkingSet setter
simonrozsival 9d5e5a9
Revert "Update ApiCompat baseline"
simonrozsival 32f2c6b
Revert "ApiCompat step 1: remove all attributes for MaxWorkingSet set…
simonrozsival 85fa8cf
Update ApiCompat baseline
simonrozsival e3bf3dc
Merge branch 'main' of github.com:simonrozsival/runtime into simonroz…
simonrozsival 8ac8661
Update ApiCompat baseline after pulling upstream main
simonrozsival df0ce4e
Merge branch 'main' into simonrozsival/61295-support-process-start-on…
simonrozsival 8206e28
Remove trailing whitespace
simonrozsival 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
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
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.
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.