From e5ec8fd638592d8f0bdcf36e353e324e1fd74219 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:12:11 -0800 Subject: [PATCH] disallow edits for system.net.webproxy.dll --- .github/policies/disallow-edits.yml | 3 +++ docfx.json | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index db81e1ab1ba..b70b6ab15ba 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -46,6 +46,9 @@ configuration: - filesMatchPattern: matchAny: true pattern: xml/System.Net.ServerSentEvents/* + - filesMatchPattern: + matchAny: true + pattern: xml/System.Net/WebProxy.xml - filesMatchPattern: matchAny: true pattern: xml/System.Numerics.Tensors/* diff --git a/docfx.json b/docfx.json index 1de682b64ec..c9e1b72fec8 100644 --- a/docfx.json +++ b/docfx.json @@ -156,8 +156,9 @@ "api/System.Linq.AsyncEnumerable.yml": "generated-reference", "api/System.Linq.IOrderedAsyncEnumerable-1.yml": "generated-reference", "api/System.Net.ServerSentEvents**": "generated-reference", + "api/System.Net.WebProxy.yml": "generated-reference", "api/System.Numerics.Tensors**": "generated-reference", - "api/System.Reflection.DispatchProxy**": "generated-reference", + "api/System.Reflection.DispatchProxy.yml": "generated-reference", "api/System.Runtime.Serialization.Schema**": "generated-reference", "api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": "generated-reference", "api/System.Runtime.Serialization.ImportOptions.yml": "generated-reference", @@ -173,11 +174,12 @@ "api/System.Formats.Nrbf**": false, "api/System.Net.ServerSentEvents**": false, "api/System.Numerics.Tensors**": false, - "api/System.Reflection.DispatchProxy**": false, "api/System.Runtime.Serialization.Schema**": false, "api/System.Linq.AsyncEnumerable.yml": false, "api/System.Linq.IOrderedAsyncEnumerable-1.yml": false, + "api/System.Net.WebProxy.yml": false, + "api/System.Reflection.DispatchProxy.yml": false, "api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false, "api/System.Runtime.Serialization.ImportOptions.yml": false, "api/System.Runtime.Serialization.XsdDataContractExporter.yml": false