Skip to content

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Sep 16, 2025

Fixes #47268
Fixes #47280

Extension indexers didn't make C# 14 (although properties did). Remove those examples.

Add examples and discussion for extension operators, which are available in RC1.


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/keywords/extension.md Extension declaration (C# Reference)
docs/csharp/programming-guide/classes-and-structs/extension-methods.md "Extension members"
docs/csharp/whats-new/csharp-14.md What's new in C# 14

Fixes dotnet#47268
Fixes dotnet#47280

Extension indexers didn't make C# 14 (although properties did). Remove those examples.

Add examples and discussion for extension operators, which are available in RC1.
@BillWagner BillWagner requested a review from gewarren September 16, 2025 18:40
@BillWagner BillWagner merged commit 96ca689 into dotnet:main Sep 17, 2025
8 checks passed
@BillWagner BillWagner deleted the extension-operators branch September 17, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extension Indexer is not yet available [C# 14-Fundamentals and reference]: New Feature - extension operators
2 participants