-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port documentation improvements from dotnet/runtime#121232 #11998
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
AaronRobinsonMSFT
merged 4 commits into
main
from
copilot/port-changes-from-runtime-pr-121232
Oct 31, 2025
Merged
Port documentation improvements from dotnet/runtime#121232 #11998
AaronRobinsonMSFT
merged 4 commits into
main
from
copilot/port-changes-from-runtime-pr-121232
Oct 31, 2025
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
Updated ObjectiveCMarshal.CreateReferenceTrackingHandle documentation: - Changed "The Initialize()" to use proper xref to Initialize method - Changed "The `obj`" to "The `obj` parameter" for clarity Co-authored-by: jkotas <[email protected]>
Copilot
AI
changed the title
Port changes from dotnet/runtime#121232
Port documentation improvements from runtime PR #121232
Oct 31, 2025
Copilot finished work on behalf of
jkotas
October 31, 2025 16:47
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 improves the documentation for the ObjectiveCMarshal class by clarifying parameter references and adding proper API cross-references. The changes enhance the readability and consistency of the XML documentation remarks.
- Replaced informal reference "Initialize()" with proper
<xref>link to the Initialize method - Changed "obj" to "obj parameter" for clearer parameter identification
jkotas
reviewed
Oct 31, 2025
jkotas
reviewed
Oct 31, 2025
xml/System.Runtime.InteropServices.ObjectiveC/ObjectiveCMarshal.xml
Outdated
Show resolved
Hide resolved
jkotas
approved these changes
Oct 31, 2025
rolfbjarne
approved these changes
Oct 31, 2025
AaronRobinsonMSFT
approved these changes
Oct 31, 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.
Ports documentation improvements for
ObjectiveCMarshal.CreateReferenceTrackingHandlefrom dotnet/runtime#121232.Changes
Initialize()reference with proper<xref>cross-reference toObjectiveCMarshal.Initialize*methodobjparameter mention for clarityModified File
xml/System.Runtime.InteropServices.ObjectiveC/ObjectiveCMarshal.xmlOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.