Skip to content

Commit

Permalink
only include specified C# 12 speclets (#36933)
Browse files Browse the repository at this point in the history
* only include specified C# 12 speclets

To avoid build warnings, only include the currently published C# 12 speclets in the build, rather than all speclets.

See #36932 for when this should be reverted.

* add experimental attribute

Add the experimental attribute back in.

It's not in the TOC yet, but I'll add it shortly.
  • Loading branch information
BillWagner committed Aug 31, 2023
1 parent 882f311 commit 02bab08
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@
"csharp-9.0/*.md",
"csharp-10.0/*.md",
"csharp-11.0/*.md",
"csharp-12.0/*.md"
"csharp-12.0/primary-constructors.md",
"csharp-12.0/collection-expressions.md",
"csharp-12.0/using-alias-types.md",
"csharp-12.0/lambda-method-group-defaults.md",
"csharp-12.0/inline-arrays.md",
"csharp-12.0/experimental-attribute.md"
],
"src": "_csharplang/proposals",
"dest": "csharp/language-reference/proposals",
Expand All @@ -67,8 +72,7 @@
"csharp-8.0/obsolete-accessor.md",
"csharp-8.0/shadowing-in-nested-functions.md",
"csharp-8.0/unconstrained-null-coalescing.md",
"csharp-8.0/nullable-reference-types-specification.md",
"csharp-12.0/ref-readonly-parameters.md"
"csharp-8.0/nullable-reference-types-specification.md"
]
},
{
Expand Down

0 comments on commit 02bab08

Please sign in to comment.