[C# 14] Build examples for extensions
API reference
#44700
Labels
🏁 Release: .NET 10
Work items for the .NET 10 release
dotnet-csharp/svc
📌 seQUESTered
Identifies that an issue has been imported into Quest.
Describe the issue or suggestion
The new extensions feature creates new requirements for API reference docs.
Build samples that demonstrate:
The API reference for
IEnumerable<T>
provides a template for how we document existing extension methods:IEnumerable<T>
] has a section for Extension methods.System.Linq.Enumerable
provides the list of all extension methods defined in that class.this
modifier to indicate that they extend that type.See related issue dotnet/dotnet-api-docs#10913
More details on our first discussion can be found in this gist
Associated WorkItem - 370943
The text was updated successfully, but these errors were encountered: