|
61 | 61 | "partial-events-and-constructors.md", |
62 | 62 | "null-conditional-assignment.md", |
63 | 63 | "extensions.md", |
64 | | - "user-defined-compound-assignment.md" |
| 64 | + "user-defined-compound-assignment.md", |
| 65 | + "ignored-directives.md" |
65 | 66 | ], |
66 | 67 | "src": "_csharplang/proposals", |
67 | 68 | "dest": "csharp/language-reference/proposals", |
|
533 | 534 | "_csharplang/proposals/csharp-11.0/*.md": "09/30/2022", |
534 | 535 | "_csharplang/proposals/csharp-12.0/*.md": "08/15/2023", |
535 | 536 | "_csharplang/proposals/csharp-13.0/*.md": "10/31/2024", |
536 | | - "_csharplang/proposals/*.md": "04/08/2025", |
| 537 | + "_csharplang/proposals/*.md": "06/19/2025", |
537 | 538 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "11/08/2022", |
538 | 539 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "11/08/2023", |
539 | 540 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "11/09/2024", |
|
713 | 714 | "_csharplang/proposals/null-conditional-assignment.md": "Null conditional assignment", |
714 | 715 | "_csharplang/proposals/extensions.md": "Extension members", |
715 | 716 | "_csharplang/proposals/user-defined-compound-assignment.md": "User-defined compound assignment", |
| 717 | + "_csharplang/proposals/ignored-directives.md": "Ignored preprocessor directives", |
716 | 718 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "C# compiler breaking changes since C# 10", |
717 | 719 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "C# compiler breaking changes since C# 11", |
718 | 720 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "C# compiler breaking changes since C# 12", |
|
838 | 840 | "_csharplang/proposals/null-conditional-assignment.md": "This proposal allows the null conditional operator to be used for the destination of assignment expressions. This allows you to assign a value to a property or field only if the left side is not null.", |
839 | 841 | "_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.", |
840 | 842 | "_csharplang/proposals/user-defined-compound-assignment.md": "This proposal introduces user-defined compound assignment operators. Developers can override compound assignment, increment, and decrement operators.", |
| 843 | + "_csharplang/proposals/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 `#!`", |
841 | 844 | "_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", |
842 | 845 | "_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", |
843 | 846 | "_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