|
675 | 675 | "_csharplang/proposals/csharp-10.0/lambda-attributes.md": "Lambda attributes",
|
676 | 676 | "_csharplang/proposals/csharp-10.0/caller-argument-expression.md": "Caller argument expression",
|
677 | 677 | "_csharplang/proposals/csharp-10.0/enhanced-line-directives.md": "Enhanced #line directives",
|
678 |
| - "_csharplang/proposals/csharp-10.0/generic-attributes.md": "Generic attributes", |
679 | 678 | "_csharplang/proposals/csharp-10.0/improved-definite-assignment.md": "Improved definite assignment analysis",
|
680 | 679 | "_csharplang/proposals/csharp-10.0/async-method-builders.md": "AsyncMethodBuilder override",
|
681 | 680 |
|
| 681 | + "_csharplang/proposals/csharp-11.0/generic-attributes.md": "Generic attributes", |
682 | 682 | "_csharplang/proposals/csharp-11.0/auto-default-structs.md": "Auto-default struct",
|
683 | 683 | "_csharplang/proposals/csharp-11.0/checked-user-defined-operators.md": "Checked user defined operators",
|
684 | 684 | "_csharplang/proposals/csharp-11.0/extended-nameof-scope.md": "Extended nameof parameter scope",
|
|
813 | 813 | "_csharplang/proposals/csharp-10.0/lambda-attributes.md": "This feature specification describes the syntax enhancements to declare attributes on lambda expressions.",
|
814 | 814 | "_csharplang/proposals/csharp-10.0/caller-argument-expression.md": "This feature specification describes attributes that can be used to enable the compiler to convert a caller argument expression into text. This is primarily used for debugging and testing scenarios.",
|
815 | 815 | "_csharplang/proposals/csharp-10.0/enhanced-line-directives.md": "This feature specification describes updates to the #line directive. These enhancements support scenarios like Razor where the Razor engine wants more control over the line number so that it maps to your source rather than the generated file.",
|
816 |
| - "_csharplang/proposals/csharp-10.0/generic-attributes.md": "This feature specification describes generic attributes, where a generic class may derive from 'System.Attribute'.", |
817 | 816 | "_csharplang/proposals/csharp-10.0/improved-definite-assignment.md": "This feature specification describes updates to the rules for definite assignment analysis. The result is more accurate warnings for when a variable may not be definitely assigned, or may not be null.",
|
818 | 817 | "_csharplang/proposals/csharp-10.0/async-method-builders.md": "This feature specification describes new rules to enable types to override the default AsyncMethodBuilder. This will be used by the runtime for performance improvements.",
|
819 | 818 |
|
| 819 | + "_csharplang/proposals/csharp-11.0/generic-attributes.md": "This feature specification describes generic attributes, where a generic class may derive from 'System.Attribute'.", |
820 | 820 | "_csharplang/proposals/csharp-11.0/auto-default-structs.md": "This feature updates the rules for struct initialization and default values. This feature standardizes the behavior for default struct values and newly initialized structs.",
|
821 | 821 | "_csharplang/proposals/csharp-11.0/checked-user-defined-operators.md": "This feature enables checked and unchecked alternatives for some operators.",
|
822 | 822 | "_csharplang/proposals/csharp-11.0/extended-nameof-scope.md": "This feature enables the nameof expression to be used with parameter names in a method declaration.",
|
|
0 commit comments