diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index ffd053cda58..d66c667b5ff 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -36,7 +36,10 @@ configuration: pattern: xml/System.Formats.Nrbf/* - filesMatchPattern: matchAny: true - pattern: xml/System.Linq.AsyncEnumerable/* + pattern: xml/System.Linq/AsyncEnumerable.xml + - filesMatchPattern: + matchAny: true + pattern: xml/System.Linq/IOrderedAsyncEnumerable`1.xml - filesMatchPattern: matchAny: true pattern: xml/System.Net.ServerSentEvents/* diff --git a/docfx.json b/docfx.json index 4fa1bdefe0c..091c9bcc147 100644 --- a/docfx.json +++ b/docfx.json @@ -154,7 +154,8 @@ "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.Linq.AsyncEnumerable.yml": "generated-reference", + "api/System.Linq.IOrderedAsyncEnumerable-1.yml": "generated-reference", "api/System.Net.ServerSentEvents**": "generated-reference", "api/System.Numerics.Tensors**": "generated-reference", "api/System.Runtime.Serialization.Schema**": "generated-reference", @@ -169,12 +170,13 @@ "api/System.Formats.Asn1**": false, "api/System.Formats.Cbor**": false, "api/System.Formats.Nrbf**": false, - "api/System.Linq.AsyncEnumerable**": 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.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 } },