Skip to content

Commit 9af720d

Browse files
authored
Remove the DIM feature spec (#49424)
We merged dotnet/csharpstandard#681 at the October meeting.
1 parent bf5c554 commit 9af720d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docfx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"csharp-8.0/async-streams.md",
8080
"csharp-8.0/ranges.md",
8181
"csharp-8.0/using.md",
82+
"csharp-8.0/default-interface-methods.md",
8283
"csharp-9.0/nullable-reference-types-specification.md",
8384
"csharp-9.0/nullable-constructor-analysis.md",
8485
"csharp-9.0/nullable-parameter-default-value-analysis.md",
@@ -639,7 +640,6 @@
639640
"_csharpstandard/standard/documentation-comments.md": "Documentation comments",
640641
"_csharpstandard/standard/Bibliography.md": "Bibliography",
641642
"_csharplang/proposals/csharp-8.0/patterns.md": "Recursive pattern matching",
642-
"_csharplang/proposals/csharp-8.0/default-interface-methods.md": "Default interface methods",
643643
"_csharplang/proposals/csharp-9.0/covariant-returns.md": "Covariant return types",
644644
"_csharplang/proposals/csharp-9.0/extending-partial-methods.md": "Extending partial methods",
645645
"_csharplang/proposals/csharp-9.0/extension-getenumerator.md": "Extension GetEnumerator support in foreach",
@@ -767,7 +767,6 @@
767767
"_csharpstandard/standard/documentation-comments.md": "This appendix describes XML comments that are used to document your program.",
768768
"_csharpstandard/standard/Bibliography.md": "This appendix lists external standards referenced in this specification.",
769769
"_csharplang/proposals/csharp-8.0/patterns.md": "This feature specification describes recursive pattern matching, where patterns can nest inside other patterns.",
770-
"_csharplang/proposals/csharp-8.0/default-interface-methods.md": "This feature specification describe the syntax updates necessary to support default interface methods. This includes declaring bodies in interface declarations, and supporting modifiers on declarations.",
771770
"_csharplang/proposals/csharp-9.0/covariant-returns.md": "This feature specification describes covariant return types, where overriding member declarations can return a type derived from the overridden member declaration.",
772771
"_csharplang/proposals/csharp-9.0/extending-partial-methods.md": "This feature specification describes extensions to partial methods. These extensions enable source generators to create or call partial methods.",
773772
"_csharplang/proposals/csharp-9.0/extension-getenumerator.md": "This feature specification describes the necessary pattern for an extension method to provide the GetEnumerator support in a foreach loop.",

docs/csharp/specification/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ items:
233233
href: ../../../_csharplang/proposals/csharp-12.0/inline-arrays.md
234234
- name: Interfaces
235235
items:
236-
- name: Default interface methods
237-
href: ../../../_csharplang/proposals/csharp-8.0/default-interface-methods.md
238236
- name: Variance safety for static interface members
239237
href: ../../../_csharplang/proposals/csharp-9.0/variance-safety-for-static-interface-members.md
240238
- name: Static abstracts in interfaces

0 commit comments

Comments
 (0)