diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index 5636b3855da..ffd053cda58 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -34,6 +34,9 @@ configuration: - filesMatchPattern: matchAny: true pattern: xml/System.Formats.Nrbf/* + - filesMatchPattern: + matchAny: true + pattern: xml/System.Linq.AsyncEnumerable/* - filesMatchPattern: matchAny: true pattern: xml/System.Net.ServerSentEvents/* diff --git a/docfx.json b/docfx.json index bce7cf5ed9b..4fa1bdefe0c 100644 --- a/docfx.json +++ b/docfx.json @@ -154,6 +154,7 @@ "api/System.Formats.Asn1**": "generated-reference", "api/System.Formats.Cbor**": "generated-reference", "api/System.Formats.Nrbf**": "generated-reference", + "api/System.Linq.AsyncEnumerable**": "generated-reference", "api/System.Net.ServerSentEvents**": "generated-reference", "api/System.Numerics.Tensors**": "generated-reference", "api/System.Runtime.Serialization.Schema**": "generated-reference", @@ -168,6 +169,7 @@ "api/System.Formats.Asn1**": false, "api/System.Formats.Cbor**": false, "api/System.Formats.Nrbf**": false, + "api/System.Linq.AsyncEnumerable**": false, "api/System.Net.ServerSentEvents**": false, "api/System.Numerics.Tensors**": false, "api/System.Runtime.Serialization.Schema**": false,