Skip to content

Commit 36d264c

Browse files
TianqiZhangmairaw
authored andcommitted
add netcore 2.0 xml (#2117)
* mdoc CI update * remove dup manually due to mdoc bug * add moniker for netstandard 2.0 and netcore 2.0
1 parent ca3a351 commit 36d264c

File tree

3,872 files changed

+169525
-3937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,872 files changed

+169525
-3937
lines changed

.openpublishing.publish.config.json

+50-19
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,49 @@
66
"git_repository_branch_open_to_public_contributors": "master",
77
"git_repository_url_open_to_public_contributors": "https://github.com/dotnet/docs",
88
"branch_target_mapping": {
9-
"live": ["Publish", "Pdf"],
10-
"master": ["Publish", "Pdf"]
11-
},
9+
"live": [
10+
"Publish",
11+
"Pdf"
12+
],
13+
"master": [
14+
"Publish",
15+
"Pdf"
16+
]
17+
},
1218
"Targets": {
13-
"Pdf": {
14-
"template_folder": "_themes.pdf"
15-
}
16-
},
19+
"Pdf": {
20+
"template_folder": "_themes.pdf"
21+
}
22+
},
1723
"docsets_to_publish": [
1824
{
1925
"docset_name": "core-docs",
2026
"build_source_folder": ".",
2127
"build_output_subfolder": ".",
2228
"locale": "en-us",
23-
"monikers": ["netframework-4.5.1","netframework-4.5.2","netframework-4.5","netframework-4.6","netframework-4.6.1","netframework-4.6.2","netframework-4.7","netcore-1.0","netcore-1.1","netstandard-1.0","netstandard-1.1","netstandard-1.2","netstandard-1.3","netstandard-1.4","netstandard-1.5","netstandard-1.6","xamarinios-10.8","xamarinandroid-7.1","xamarinmac-3.0"],
29+
"monikers": [
30+
"netframework-4.5.1",
31+
"netframework-4.5.2",
32+
"netframework-4.5",
33+
"netframework-4.6",
34+
"netframework-4.6.1",
35+
"netframework-4.6.2",
36+
"netframework-4.7",
37+
"netcore-1.0",
38+
"netcore-1.1",
39+
"netcore-2.0",
40+
"netstandard-1.0",
41+
"netstandard-1.1",
42+
"netstandard-1.2",
43+
"netstandard-1.3",
44+
"netstandard-1.4",
45+
"netstandard-1.5",
46+
"netstandard-1.6",
47+
"netstandard-2.0",
48+
"xamarinios-10.8",
49+
"xamarinandroid-7.1",
50+
"xamarinmac-3.0"
51+
],
2452
"open_to_public_contributors": true,
2553
"type_mapping": {
2654
"Conceptual": "Content",
@@ -30,7 +58,7 @@
3058
"build_entry_point": "docs",
3159
"template_folder": "_themes",
3260
"customized_template_paths": [
33-
"_dependentPackages/memberpage.plugins/content"
61+
"_dependentPackages/memberpage.plugins/content"
3462
],
3563
"customized_tasks": {
3664
"docset_prebuild": [
@@ -55,15 +83,18 @@
5583
"notification_subscribers": [],
5684
"branches_to_filter": [],
5785
"skip_source_output_uploading": false,
58-
"dependent_repositories": [{
59-
"path_to_root": "_themes",
60-
"url": "https://github.com/Microsoft/templates.docs.msft",
61-
"branch": "master"
62-
}, {
63-
"path_to_root": "_themes.pdf",
64-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
65-
"branch": "master"
66-
}],
86+
"dependent_repositories": [
87+
{
88+
"path_to_root": "_themes",
89+
"url": "https://github.com/Microsoft/templates.docs.msft",
90+
"branch": "master"
91+
},
92+
{
93+
"path_to_root": "_themes.pdf",
94+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
95+
"branch": "master"
96+
}
97+
],
6798
"dependent_packages": [
6899
{
69100
"id": "Microsoft.DocAsCode.ECMA2Yaml",
@@ -94,4 +125,4 @@
94125
"Flatten": true
95126
},
96127
"toc_path_need_to_split": "api/toc.yml"
97-
}
128+
}

xml/FrameworksIndex/netcore-2.0.xml

+48,056
Large diffs are not rendered by default.

xml/Microsoft.CSharp/CSharpCodeProvider.xml

+32
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<AssemblyName>System</AssemblyName>
77
<AssemblyVersion>4.0.0.0</AssemblyVersion>
88
</AssemblyInfo>
9+
<AssemblyInfo>
10+
<AssemblyName>System.CodeDom</AssemblyName>
11+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
12+
</AssemblyInfo>
913
<Base>
1014
<BaseTypeName>System.CodeDom.Compiler.CodeDomProvider</BaseTypeName>
1115
</Base>
@@ -44,6 +48,10 @@
4448
<AssemblyName>System</AssemblyName>
4549
<AssemblyVersion>4.0.0.0</AssemblyVersion>
4650
</AssemblyInfo>
51+
<AssemblyInfo>
52+
<AssemblyName>System.CodeDom</AssemblyName>
53+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
54+
</AssemblyInfo>
4755
<Parameters />
4856
<Docs>
4957
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.CSharpCodeProvider" /> class.</summary>
@@ -61,6 +69,10 @@
6169
<AssemblyName>System</AssemblyName>
6270
<AssemblyVersion>4.0.0.0</AssemblyVersion>
6371
</AssemblyInfo>
72+
<AssemblyInfo>
73+
<AssemblyName>System.CodeDom</AssemblyName>
74+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
75+
</AssemblyInfo>
6476
<Parameters>
6577
<Parameter Name="providerOptions" Type="System.Collections.Generic.IDictionary&lt;System.String,System.String&gt;" />
6678
</Parameters>
@@ -120,6 +132,10 @@
120132
<AssemblyName>System</AssemblyName>
121133
<AssemblyVersion>4.0.0.0</AssemblyVersion>
122134
</AssemblyInfo>
135+
<AssemblyInfo>
136+
<AssemblyName>System.CodeDom</AssemblyName>
137+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
138+
</AssemblyInfo>
123139
<Attributes>
124140
<Attribute>
125141
<AttributeName>System.Obsolete("Use CodeDomProvider class")</AttributeName>
@@ -144,6 +160,10 @@
144160
<AssemblyName>System</AssemblyName>
145161
<AssemblyVersion>4.0.0.0</AssemblyVersion>
146162
</AssemblyInfo>
163+
<AssemblyInfo>
164+
<AssemblyName>System.CodeDom</AssemblyName>
165+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
166+
</AssemblyInfo>
147167
<Attributes>
148168
<Attribute>
149169
<AttributeName>System.Obsolete("Use CodeDomProvider class")</AttributeName>
@@ -168,6 +188,10 @@
168188
<AssemblyName>System</AssemblyName>
169189
<AssemblyVersion>4.0.0.0</AssemblyVersion>
170190
</AssemblyInfo>
191+
<AssemblyInfo>
192+
<AssemblyName>System.CodeDom</AssemblyName>
193+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
194+
</AssemblyInfo>
171195
<ReturnValue>
172196
<ReturnType>System.String</ReturnType>
173197
</ReturnValue>
@@ -193,6 +217,10 @@
193217
<AssemblyName>System</AssemblyName>
194218
<AssemblyVersion>4.0.0.0</AssemblyVersion>
195219
</AssemblyInfo>
220+
<AssemblyInfo>
221+
<AssemblyName>System.CodeDom</AssemblyName>
222+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
223+
</AssemblyInfo>
196224
<Attributes>
197225
<Attribute>
198226
<AttributeName>System.MonoTODO</AttributeName>
@@ -238,6 +266,10 @@
238266
<AssemblyName>System</AssemblyName>
239267
<AssemblyVersion>4.0.0.0</AssemblyVersion>
240268
</AssemblyInfo>
269+
<AssemblyInfo>
270+
<AssemblyName>System.CodeDom</AssemblyName>
271+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
272+
</AssemblyInfo>
241273
<Attributes>
242274
<Attribute>
243275
<AttributeName>System.MonoTODO</AttributeName>

0 commit comments

Comments
 (0)