|
54 | 54 | "csharp-11.0/*.md",
|
55 | 55 | "csharp-12.0/*.md",
|
56 | 56 | "csharp-13.0/*.md",
|
57 |
| - "field-keyword.md", |
58 |
| - "unbound-generic-types-in-nameof.md", |
59 |
| - "first-class-span-types.md", |
60 |
| - "simple-lambda-parameters-with-modifiers.md", |
61 |
| - "partial-events-and-constructors.md", |
62 |
| - "null-conditional-assignment.md", |
63 |
| - "extensions.md", |
64 |
| - "user-defined-compound-assignment.md", |
65 |
| - "ignored-directives.md" |
| 57 | + "csharp-14.0/*.md" |
66 | 58 | ],
|
67 | 59 | "src": "_csharplang/proposals",
|
68 | 60 | "dest": "csharp/language-reference/proposals",
|
|
716 | 708 | "_csharplang/proposals/csharp-14.0/extensions.md": "Extension members",
|
717 | 709 | "_csharplang/proposals/csharp-14.0/user-defined-compound-assignment.md": "User-defined compound assignment",
|
718 | 710 | "_csharplang/proposals/csharp-14.0/ignored-directives.md": "Ignored preprocessor directives",
|
| 711 | + "_csharplang/proposals/csharp-14.0/extension-operators.md": "Extension operators", |
| 712 | + "_csharplang/proposals/csharp-14.0/optional-and-named-parameters-in-expression-trees.md": "Optional and named parameters in expression trees", |
719 | 713 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "C# compiler breaking changes since C# 10",
|
720 | 714 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "C# compiler breaking changes since C# 11",
|
721 | 715 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "C# compiler breaking changes since C# 12",
|
|
842 | 836 | "_csharplang/proposals/csharp-14.0/extensions.md": "This proposal enables new kinds of extension members. These new extension members support extension properties, extension static members, including extension operators.",
|
843 | 837 | "_csharplang/proposals/csharp-14.0/user-defined-compound-assignment.md": "This proposal introduces user-defined compound assignment operators. Developers can override compound assignment, increment, and decrement operators.",
|
844 | 838 | "_csharplang/proposals/csharp-14.0/ignored-directives.md": "This proposal allows a source file to include ignored directives. In most cases, ignored directives are used for file based programs, for example `#!`",
|
| 839 | + "_csharplang/proposals/csharp-14.0/extension-operators.md": "This proposal extends the proposal for extensions to include *extension operators*, where an operator can be an extension member.", |
| 840 | + "_csharplang/proposals/csharp-14.0/named-and-optional-parameters-in-expression-trees.md": "This proposal allows an expression tree to include named and optional parameters. This enables expression trees to be more flexible in how they are constructed.", |
845 | 841 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "Learn about any breaking changes since the initial release of C# 10 and included in C# 11",
|
846 | 842 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "Learn about any breaking changes since the initial release of C# 11 and included in C# 12",
|
847 | 843 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "Learn about any breaking changes since the initial release of C# 12 and included in C# 13",
|
|
0 commit comments