|
52 | 52 | "csharp-7.0/binary-literals.md",
|
53 | 53 | "csharp-7.0/digit-separators.md",
|
54 | 54 | "csharp-7.0/expression-bodied-everything.md",
|
| 55 | + "csharp-7.0/local-functions.md", |
55 | 56 | "csharp-7.0/ref-locals-returns.md",
|
| 57 | + "csharp-7.0/throw-expression.md", |
56 | 58 | "csharp-7.0/tuples.md",
|
57 | 59 | "csharp-7.0/value-task.md",
|
58 | 60 | "csharp-7.2/leading-separator.md",
|
|
110 | 112 | "rules": {
|
111 | 113 | "docs-link-absolute": {
|
112 | 114 | "exclude": [
|
| 115 | + "_csharplang/proposals/csharp-7.0/local-functions.md", |
| 116 | + "_csharplang/proposals/csharp-7.0/throw-expression.md", |
113 | 117 | "_csharplang/proposals/csharp-7.2/private-protected.md",
|
| 118 | + "_csharplang/proposals/csharp-7.2/readonly-struct.md", |
114 | 119 | "_csharplang/proposals/csharp-7.3/blittable.md"
|
115 | 120 | ]
|
116 | 121 | }
|
|
602 | 607 | "_csharpstandard/standard/Bibliography.md": "Bibliography",
|
603 | 608 |
|
604 | 609 | "_csharplang/proposals/csharp-7.0/pattern-matching.md": "Pattern matching",
|
605 |
| - "_csharplang/proposals/csharp-7.0/local-functions.md": "Local functions", |
606 | 610 | "_csharplang/proposals/csharp-7.0/out-var.md": "Out variable declarations",
|
607 |
| - "_csharplang/proposals/csharp-7.0/throw-expression.md": "Throw expressions", |
608 | 611 | "_csharplang/proposals/csharp-7.0/binary-literals.md": "Binary literals",
|
609 | 612 | "_csharplang/proposals/csharp-7.0/digit-separators.md": "Digit separators",
|
610 | 613 | "_csharplang/proposals/csharp-7.0/task-types.md": "Async task types",
|
|
742 | 745 | "_csharpstandard/standard/Bibliography.md": "This appendix lists external standards referenced in this specification.",
|
743 | 746 |
|
744 | 747 | "_csharplang/proposals/csharp-7.0/pattern-matching.md": "This feature specification describes the pattern matching featues added in C# 7.0. Note that future releases built on this initial set of features.",
|
745 |
| - "_csharplang/proposals/csharp-7.0/local-functions.md": "This feature specification describes local functions, which are functions that are embedded in another method or function.", |
746 | 748 | "_csharplang/proposals/csharp-7.0/out-var.md": "This feature specification describes syntax enhancements that enable declaring 'out' variables in the expression where they are used.",
|
747 |
| - "_csharplang/proposals/csharp-7.0/throw-expression.md": "This feature specification describes syntax enhancements that allow 'throw' to be either an expression or a statement.", |
748 | 749 | "_csharplang/proposals/csharp-7.0/binary-literals.md": "This feature specification describes the syntax to declare binary literals for integral constants.",
|
749 | 750 | "_csharplang/proposals/csharp-7.0/digit-separators.md": "This feature specification describes the syntax to allow separators between groups of digits in numeric literals.",
|
750 | 751 | "_csharplang/proposals/csharp-7.0/task-types.md": "This feature specification describes the syntax to support async return types that match a pattern, rather than restricting them to Task.",
|
|
0 commit comments