From cfba748ce20a58937284f5b1dc368dfebdbc1444 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:38:51 -0700 Subject: [PATCH 1/2] update allow edits list --- .github/policies/disallow-edits.yml | 3 +++ docfx.json | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index d66c667b5ff..ea3fe3fde49 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -19,6 +19,9 @@ configuration: excludedFiles: - xml/Microsoft.Extensions.FileSystemGlobbing/* - xml/Microsoft.Extensions.FileSystemGlobbing.*/* + - filesMatchPattern: + matchAny: true + pattern: xml/System.CommandLine*/* - filesMatchPattern: matchAny: true pattern: xml/System.Composition/* diff --git a/docfx.json b/docfx.json index b96fdedd3c7..e22cd00f113 100644 --- a/docfx.json +++ b/docfx.json @@ -163,18 +163,20 @@ }, "open_to_public_contributors": { "api/Microsoft.Extensions**": false, + "api/System.CommandLine**": false, "api/System.Composition**": false, "api/System.Diagnostics.EventLog.Messages**": false, "api/System.Formats.Asn1**": false, "api/System.Formats.Cbor**": false, "api/System.Formats.Nrbf**": false, - "api/System.Linq.AsyncEnumerable.yml": false, - "api/System.Linq.IOrderedAsyncEnumerable-1.yml": false, "api/System.Net.ServerSentEvents**": false, "api/System.Numerics.Tensors**": false, + "api/System.Runtime.Serialization.Schema**": false, + + "api/System.Linq.AsyncEnumerable.yml": false, + "api/System.Linq.IOrderedAsyncEnumerable-1.yml": false, "api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false, "api/System.Runtime.Serialization.ImportOptions.yml": false, - "api/System.Runtime.Serialization.Schema**": false, "api/System.Runtime.Serialization.XsdDataContractExporter.yml": false } }, From 6e29fa80d081caf8ac8d36d86c8eb2455171844d Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:03:47 -0800 Subject: [PATCH 2/2] Set generated-reference for System.CommandLine --- docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docfx.json b/docfx.json index e22cd00f113..621d50787a5 100644 --- a/docfx.json +++ b/docfx.json @@ -147,6 +147,7 @@ "ms.topic": { "api/Microsoft.Extensions**": "generated-reference", "api/Microsoft.Extensions.FileSystemGlobbing**": "reference", + "api/System.CommandLine**": "generated-reference", "api/System.Composition**": "generated-reference", "api/System.Diagnostics.EventLog.Messages**": "generated-reference", "api/System.Formats.Asn1**": "generated-reference",