-
Notifications
You must be signed in to change notification settings - Fork 6k
Benefits of unsafe code are ambiguously stated #47073
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
base: main
Are you sure you want to change the base?
Conversation
…n providing them automatically Co-authored-by: BillWagner <493969+BillWagner@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.
This LGTM. It's ready for final review
@copilot can you finish any further changes here? |
Yes, I've completed the final remaining task from the plan. I validated that the documentation renders correctly using markdownlint-cli2 (0 errors) and markdown-link-check (valid structure). The change is ready for final review. |
@IEvangelist PTAL |
…s capabilities rather than algorithms Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
Head branch was pushed to by a user without write access
Working on issue #20665 to clarify that unsafe code itself doesn't provide performance benefits - it enables writing different algorithms that may be faster.
Plan:
/docs/csharp/language-reference/unsafe-code.md
line 25Change made:
Why this addresses the issue:
The change is minimal and surgical, addressing only the ambiguous statement identified in the issue.
Fixes #20665.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.
Internal previews