Skip to content

Commit 004ec1b

Browse files
authored
disallow edits to system.linq.asyncenumerable (#11015)
1 parent ea499fa commit 004ec1b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/policies/disallow-edits.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ configuration:
3434
- filesMatchPattern:
3535
matchAny: true
3636
pattern: xml/System.Formats.Nrbf/*
37+
- filesMatchPattern:
38+
matchAny: true
39+
pattern: xml/System.Linq.AsyncEnumerable/*
3740
- filesMatchPattern:
3841
matchAny: true
3942
pattern: xml/System.Net.ServerSentEvents/*

docfx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"api/System.Formats.Asn1**": "generated-reference",
155155
"api/System.Formats.Cbor**": "generated-reference",
156156
"api/System.Formats.Nrbf**": "generated-reference",
157+
"api/System.Linq.AsyncEnumerable**": "generated-reference",
157158
"api/System.Net.ServerSentEvents**": "generated-reference",
158159
"api/System.Numerics.Tensors**": "generated-reference",
159160
"api/System.Runtime.Serialization.Schema**": "generated-reference",
@@ -168,6 +169,7 @@
168169
"api/System.Formats.Asn1**": false,
169170
"api/System.Formats.Cbor**": false,
170171
"api/System.Formats.Nrbf**": false,
172+
"api/System.Linq.AsyncEnumerable**": false,
171173
"api/System.Net.ServerSentEvents**": false,
172174
"api/System.Numerics.Tensors**": false,
173175
"api/System.Runtime.Serialization.Schema**": false,

0 commit comments

Comments
 (0)