|
58 | 58 | "unbound-generic-types-in-nameof.md", |
59 | 59 | "first-class-span-types.md", |
60 | 60 | "simple-lambda-parameters-with-modifiers.md", |
61 | | - "partial-events-and-constructors.md" |
| 61 | + "partial-events-and-constructors.md", |
| 62 | + "extensions.md" |
62 | 63 | ], |
63 | 64 | "src": "_csharplang/proposals", |
64 | 65 | "dest": "csharp/language-reference/proposals", |
|
509 | 510 | "_csharplang/proposals/csharp-11.0/*.md": "09/30/2022", |
510 | 511 | "_csharplang/proposals/csharp-12.0/*.md": "08/15/2023", |
511 | 512 | "_csharplang/proposals/csharp-13.0/*.md": "10/31/2024", |
512 | | - "_csharplang/proposals/*.md": "03/11/2025", |
| 513 | + "_csharplang/proposals/*.md": "04/08/2025", |
513 | 514 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "11/08/2022", |
514 | 515 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "11/08/2023", |
515 | 516 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "11/09/2024", |
|
689 | 690 | "_csharplang/proposals/first-class-span-types.md": "First-class span types", |
690 | 691 | "_csharplang/proposals/simple-lambda-parameters-with-modifiers.md": "Simple lambda parameters with modifiers", |
691 | 692 | "_csharplang/proposals/partial-events-and-constructors.md": "Partial events and constructors", |
| 693 | + "_csharplang/proposals/extensions.md": "Extension members", |
692 | 694 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "C# compiler breaking changes since C# 10", |
693 | 695 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "C# compiler breaking changes since C# 11", |
694 | 696 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "C# compiler breaking changes since C# 12", |
|
814 | 816 | "_csharplang/proposals/first-class-span-types.md": "This proposal provides several implicit conversions to `Span<T>` and `ReadOnlySpan<T>` that enable library authors to have fewer overloads and developers to write code that resolves to faster Span based APIs", |
815 | 817 | "_csharplang/proposals/simple-lambda-parameters-with-modifiers.md": "This proposal provides allows lambda parmaeters to be declared with modifiers without requiring their type names. You can add modifiers like `ref` and `out` to lambda parameters without specifying their type.", |
816 | 818 | "_csharplang/proposals/partial-events-and-constructors.md": "This proposal provides allows partial events and constructors to be declared in partial classes. This allows the event and constructor to be split across class declarations.", |
| 819 | + "_csharplang/proposals/extensions.md": "This proposal enables new kinds of extension members. These new extension members support extension properties, extension static members, including extension operators.", |
817 | 820 | "_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", |
818 | 821 | "_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", |
819 | 822 | "_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