-
Notifications
You must be signed in to change notification settings - Fork 6k
Add publishing guidance for macOS applications #49417
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
+47
−0
Conversation
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
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add documentation page for publishing .NET applications on Mac OS
Add publishing guidance for Mac OS applications
Oct 22, 2025
Copilot finished work on behalf of
agocke
October 22, 2025 18:28
agocke
reviewed
Oct 22, 2025
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds new documentation for publishing .NET applications on Mac OS, addressing Apple-specific requirements like code signing, notarization, and entitlements. The document is AI-assisted and follows the repository's style guidelines.
Key changes:
- New how-to guide covering Mac OS publishing prerequisites and steps
- Documentation of platform-specific entitlement requirements for CoreCLR vs Native AOT apps
- Security guidance on signing and notarization requirements
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
Copilot
AI
changed the title
Add publishing guidance for Mac OS applications
Add publishing guidance for macOS applications
Oct 22, 2025
Copilot finished work on behalf of
agocke
October 22, 2025 20:54
Copilot finished work on behalf of
agocke
October 22, 2025 20:56
agocke
approved these changes
Oct 22, 2025
jjonescz
approved these changes
Oct 23, 2025
mmitche
reviewed
Oct 23, 2025
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
Copilot finished work on behalf of
agocke
October 23, 2025 15:59
jkoritzinsky
approved these changes
Oct 24, 2025
jkotas
reviewed
Oct 24, 2025
Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
Copilot finished work on behalf of
jkotas
October 24, 2025 19:08
jkotas
approved these changes
Oct 24, 2025
jkotas
reviewed
Oct 24, 2025
jkotas
reviewed
Oct 24, 2025
Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
Copilot finished work on behalf of
jkotas
October 24, 2025 22:46
jkotas
reviewed
Oct 24, 2025
jkotas
reviewed
Oct 24, 2025
jkotas
reviewed
Oct 24, 2025
jkotas
reviewed
Oct 24, 2025
jkotas
reviewed
Oct 24, 2025
jkotas
approved these changes
Oct 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Created a new macOS publishing documentation page at
docs/core/deploying/macos.mdthat provides:com.apple.security.cs.allow-jitentitlementcom.apple.security.get-task-allowfor dump collection andcom.apple.security.cs.debuggerfor attaching debuggersThe documentation follows all repository writing style guidelines:
This pull request was created as a result of the following prompt from Copilot chat.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews