[Version 9.0] Feature support for attributes on local functions#1466
Open
BillWagner wants to merge 11 commits intodraft-v9from
Open
[Version 9.0] Feature support for attributes on local functions#1466BillWagner wants to merge 11 commits intodraft-v9from
BillWagner wants to merge 11 commits intodraft-v9from
Conversation
BillWagner
commented
Nov 11, 2025
e32a191 to
4184054
Compare
0fc9ff9 to
8b61c71
Compare
Member
Author
|
I reviewed the existing edits, made a couple small wording changes. This is ready for committee review for V9. |
jskeet
reviewed
Jan 14, 2026
jnm2
approved these changes
Jan 15, 2026
8b61c71 to
6006520
Compare
Add support for attributes and extern on local functions fix md formatting
This is now ready for committee review.
Co-authored-by: Joseph Musser <me@jnm2.com>
655d59b to
28c46c5
Compare
Member
Author
|
@jskeet I've addressed all open comments on this one. It is small, and Joseph approved. I'd like to put this on the next agenda for possibly merging it. |
jskeet
reviewed
Feb 11, 2026
Contributor
jskeet
left a comment
There was a problem hiding this comment.
Generally looks ready to go.
There were a few additional changes necessary for attributes on local functions.
BillWagner
commented
Feb 25, 2026
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
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.
Update the C# standard for the feature of applying attributes on local functions.
Note that this also includes specifying
externon a static local function.This contains all commits from #994. Subsequent edits also made.