Skip to content

Commit 559ab03

Browse files
authored
update source of truth assemblies (dotnet#10675)
1 parent db9888e commit 559ab03

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/policies/disallow-edits.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ configuration:
2121
- filesMatchPattern:
2222
matchAny: true
2323
pattern: xml/System.Composition/*
24+
- filesMatchPattern:
25+
matchAny: true
26+
pattern: xml/System.Diagnostics.EventLog.Messages/*
2427
- filesMatchPattern:
2528
matchAny: true
2629
pattern: xml/System.Formats.Asn1/*
@@ -38,7 +41,7 @@ configuration:
3841
pattern: xml/System.Numerics.Tensors/*
3942
- filesMatchPattern:
4043
matchAny: true
41-
pattern: xml/System.Speech/*
44+
pattern: xml/System.Runtime.Serialization.Schema/*
4245
- filesMatchPattern:
4346
matchAny: true
4447
pattern: xml/System.Runtime.Serialization/ISerializationCodeDomSurrogateProvider.xml
@@ -48,6 +51,9 @@ configuration:
4851
- filesMatchPattern:
4952
matchAny: true
5053
pattern: xml/System.Runtime.Serialization/XsdDataContractExporter.xml
54+
- filesMatchPattern:
55+
matchAny: true
56+
pattern: xml/System.Speech/*
5157
then:
5258
- addReply:
5359
reply: >-

docfx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,13 @@
149149
"open_to_public_contributors": {
150150
"api/Microsoft.Extensions**": false,
151151
"api/System.Composition**": false,
152+
"api/System.Diagnostics.EventLog.Messages**": false,
152153
"api/System.Formats.Asn1**": false,
153154
"api/System.Formats.Cbor**": false,
154155
"api/System.Formats.Nrbf**": false,
155156
"api/System.Net.ServerSentEvents**": false,
156157
"api/System.Numerics.Tensors**": false,
158+
"api/System.Runtime.Serialization.Schema**": false,
157159
"api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false,
158160
"api/System.Runtime.Serialization.ImportOptions.yml": false,
159161
"api/System.Runtime.Serialization.XsdDataContractExporter.yml": false,

0 commit comments

Comments
 (0)