Conversation
We merged dotnet/csharpstandard#681 at the October meeting.
There was a problem hiding this comment.
Pull Request Overview
This PR removes references to the default interface methods (DIM) feature specification following its merge into the C# standard (dotnet/csharpstandard#681). The change updates documentation configuration to reflect that this feature is no longer a proposal but part of the standard specification.
Key changes:
- Removed DIM feature spec entry from the table of contents
- Added DIM spec to the exclusion list and removed its metadata mappings
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/csharp/specification/toc.yml | Removed the "Default interface methods" navigation entry from the Interfaces section |
| docfx.json | Added DIM spec to excluded files list and removed its title/description metadata mappings |
meaghanlewis
left a comment
There was a problem hiding this comment.
@BillWagner this looks good to me. Just a question on whether you plan to remove or delete the article itself?
@meaghanlewis No. The article is in a dependent repo: dotnet/csharplang. It's the feature spec for Default interface members. We publish those on docs in the interim period before the ECMA standard committee has caught up and integrated them. (Yes, the ECMA committee is several versions behind). |
We merged dotnet/csharpstandard#681 at the October meeting.
Internal previews