|
57 | 57 | "field-keyword.md",
|
58 | 58 | "unbound-generic-types-in-nameof.md",
|
59 | 59 | "first-class-span-types.md",
|
60 |
| - "simple-lambda-parameters-with-modifiers.md" |
| 60 | + "simple-lambda-parameters-with-modifiers.md", |
| 61 | + "partial-events-and-constructors.md" |
61 | 62 | ],
|
62 | 63 | "src": "_csharplang/proposals",
|
63 | 64 | "dest": "csharp/language-reference/proposals",
|
|
508 | 509 | "_csharplang/proposals/csharp-11.0/*.md": "09/30/2022",
|
509 | 510 | "_csharplang/proposals/csharp-12.0/*.md": "08/15/2023",
|
510 | 511 | "_csharplang/proposals/csharp-13.0/*.md": "10/31/2024",
|
511 |
| - "_csharplang/proposals/*.md": "02/14/2025", |
| 512 | + "_csharplang/proposals/*.md": "03/11/2025", |
512 | 513 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "11/08/2022",
|
513 | 514 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "11/08/2023",
|
514 | 515 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "11/09/2024",
|
|
686 | 687 | "_csharplang/proposals/field-keyword.md": "The `field` contextual keyword",
|
687 | 688 | "_csharplang/proposals/unbound-generic-types-in-nameof.md": "Unbound generic types in `nameof`",
|
688 | 689 | "_csharplang/proposals/first-class-span-types.md": "First-class span types",
|
689 |
| - "_csharplang/proposals/simple-lambda-parameters-with-modifiers.md": "Simple lambda parameters with modifiers", |
| 690 | + "_csharplang/proposals/simple-lambda-parameters-with-modifiers.md": "Simple lambda parameters with modifiers", |
| 691 | + "_csharplang/proposals/partial-events-and-constructors.md": "Partial events and constructors", |
690 | 692 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "C# compiler breaking changes since C# 10",
|
691 | 693 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "C# compiler breaking changes since C# 11",
|
692 | 694 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "C# compiler breaking changes since C# 12",
|
|
811 | 813 | "_csharplang/proposals/unbound-generic-types-in-nameof.md": "This proposal introduces the ability to use unbound generic types such as `List<>` in `nameof` expressions. The type argument isn't required.",
|
812 | 814 | "_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",
|
813 | 815 | "_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 | + "_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.", |
814 | 817 | "_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",
|
815 | 818 | "_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",
|
816 | 819 | "_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