-
Notifications
You must be signed in to change notification settings - Fork 6k
Add language reference and fundamentals for C# 14 extension members #45654
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
Add language reference and fundamentals for C# 14 extension members #45654
Conversation
837b1db
to
0456df8
Compare
0456df8
to
750e846
Compare
750e846
to
a9fcef5
Compare
0f28cfe
to
fbc0874
Compare
Publish the feature specification for the extension members feature.
Notes and code updates
0559e78
to
edbc583
Compare
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.
LGTM, @BillWagner!
My only comment is that naming the extension method .Add()
did confuse me for a second because you intended it as "Add an item to this IEnumerable<int>
" and not "Do some kind of mathematical operation on this IEnumerable<int>
". But it only took me a second to realize my mistake so maybe it's not worth fixing? IDK.
Fixes #45611
Fixes #45794
Add the fundamentals and language reference content for the C# 14 extension members feature.
Internal previews
Toggle expand/collapse