Skip to content

Commit 4e69ca4

Browse files
authored
fix paths for system.linq.asyncenumerable (#11022)
1 parent 004ec1b commit 4e69ca4

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/policies/disallow-edits.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ configuration:
3636
pattern: xml/System.Formats.Nrbf/*
3737
- filesMatchPattern:
3838
matchAny: true
39-
pattern: xml/System.Linq.AsyncEnumerable/*
39+
pattern: xml/System.Linq/AsyncEnumerable.xml
40+
- filesMatchPattern:
41+
matchAny: true
42+
pattern: xml/System.Linq/IOrderedAsyncEnumerable`1.xml
4043
- filesMatchPattern:
4144
matchAny: true
4245
pattern: xml/System.Net.ServerSentEvents/*

docfx.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
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",
157+
"api/System.Linq.AsyncEnumerable.yml": "generated-reference",
158+
"api/System.Linq.IOrderedAsyncEnumerable-1.yml": "generated-reference",
158159
"api/System.Net.ServerSentEvents**": "generated-reference",
159160
"api/System.Numerics.Tensors**": "generated-reference",
160161
"api/System.Runtime.Serialization.Schema**": "generated-reference",
@@ -169,12 +170,13 @@
169170
"api/System.Formats.Asn1**": false,
170171
"api/System.Formats.Cbor**": false,
171172
"api/System.Formats.Nrbf**": false,
172-
"api/System.Linq.AsyncEnumerable**": false,
173+
"api/System.Linq.AsyncEnumerable.yml": false,
174+
"api/System.Linq.IOrderedAsyncEnumerable-1.yml": false,
173175
"api/System.Net.ServerSentEvents**": false,
174176
"api/System.Numerics.Tensors**": false,
175-
"api/System.Runtime.Serialization.Schema**": false,
176177
"api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false,
177178
"api/System.Runtime.Serialization.ImportOptions.yml": false,
179+
"api/System.Runtime.Serialization.Schema**": false,
178180
"api/System.Runtime.Serialization.XsdDataContractExporter.yml": false
179181
}
180182
},

0 commit comments

Comments
 (0)