We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada2cc1 commit f02e675Copy full SHA for f02e675
.github/policies/disallow-edits.yml
@@ -21,6 +21,9 @@ configuration:
21
- filesMatchPattern:
22
matchAny: true
23
pattern: xml/System.Composition/*
24
+ - filesMatchPattern:
25
+ matchAny: true
26
+ pattern: xml/System.Formats.Asn1/*
27
28
29
pattern: xml/System.Formats.Cbor/*
docfx.json
@@ -149,6 +149,7 @@
149
"open_to_public_contributors": {
150
"api/Microsoft.Extensions**": false,
151
"api/System.Composition**": false,
152
+ "api/System.Formats.Asn1**": false,
153
"api/System.Formats.Cbor**": false,
154
"api/System.Formats.Nrbf**": false,
155
"api/System.Net.ServerSentEvents**": false,
0 commit comments