[C# 14-Tutorials]: New Feature - Extensions #45612
Labels
🏁 Release: .NET 10
Work items for the .NET 10 release
dotnet-csharp/svc
📌 seQUESTered
Identifies that an issue has been imported into Quest.
whats-new/subsvc
Visual Studio release
17.14.p4
Link to speclet
Link to Pull request
New behavior
The new syntax supports
extension
containers to define extension members, including properties, indexers, and operators. It's generally binary compatible with the existing syntax, so upgrading should be smooth.New tutorials
The additional extensions is a major new feature area. This one deserves two exploratory tutorials:
this
syntax to the new syntax. This should include multiple extension containers (for different receivers) on the same static class. Include some generic specializations.Associated WorkItem - 417140
The text was updated successfully, but these errors were encountered: