Skip to content

Commit 6463edb

Browse files
authored
Merge pull request #1 from dotnet/master
Merge upstream master
2 parents 1cff1a6 + c7cdcfe commit 6463edb

File tree

15,790 files changed

+203340
-192203
lines changed

Some content is hidden

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

15,790 files changed

+203340
-192203
lines changed

.acrolinx-config.edn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:allowed-branchname-matches ["^master$" "^release..*"]
2+
:allowed-filename-matches ["^..*"]}

.ghal.rules.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,23 @@
99
"(?i)dotnet-framework$": ":books: Area - .NET Framework Guide",
1010
"(?i)dotnet-fsharp$": ":books: Area - F# Guide",
1111
"(?i)dotnet-ml$": ":books: Area - ML.NET Guide",
12+
"(?i)dotnet-spark": ":books: Area - .NET for Apache Spark Guide",
1213
"(?i)dotnet$": ":books: Area - .NET Guide",
13-
"(?i)dotnet-ml-api$": ":books: Area - API Reference,:file_folder: Repo - ml-api-docs"
14+
"(?i)dotnet-ml-api$": ":books: Area - API Reference,:file_folder: Repo - ml-api-docs",
15+
"(?i)dotnet-roslyn-api$": ":books: Area - Roslyn API Reference,:file_folder: Repo - roslyn-api-docs",
1416
},
1517
"contentsource": {
1618
"(?i).*master\/docs\/core\/tools.*": ":card_file_box: Technology - CLI",
1719
"(?i).*master\/docs\/core\/docker.*": ":card_file_box: Technology - Docker",
20+
"(?i).*master\/docs\/framework\/configure-apps\/file-schema\/network.*": ":card_file_box: Technology - NCL",
21+
"(?i).*master\/docs\/framework\/configure-apps\/file-schema\/wcf.*": ":card_file_box: Technology - WCF",
1822
"(?i).*master\/docs\/framework\/data\/adonet.*": ":card_file_box: Technology - Data Access",
1923
"(?i).*master\/docs\/framework\/data\/wcf.*": ":card_file_box: Technology - WCF",
2024
"(?i).*master\/docs\/framework\/docker.*": ":card_file_box: Technology - Docker",
2125
"(?i).*master\/docs\/framework\/install.*": ":card_file_box: Technology - Installers",
2226
"(?i).*master\/docs\/framework\/migration-guide.*": ":card_file_box: Technology - AppCompat",
2327
"(?i).*master\/docs\/framework\/network-programming.*": ":card_file_box: Technology - NCL",
28+
"(?i).*master\/docs\/framework\/windows-workflow-foundation.*": ":card_file_box: Technology - WF",
2429
"(?i).*master\/docs\/framework\/wpf.*": ":card_file_box: Technology - WPF",
2530
"(?i).*master\/docs\/framework\/wcf.*": ":card_file_box: Technology - WCF",
2631
"(?i).*master\/docs\/framework\/winforms.*": ":card_file_box: Technology - WinForms",

.github/CODEOWNERS

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
# The ML.NET Guide:
3737
/docs/machine-learning/** @JRAlexander
3838

39+
# The .NET for Apache Spark Guide:
40+
/docs/spark/** @mamccrea
41+
3942
############### .NET Core ########################
4043
# What's New
4144
/docs/core/whats-new/** @rpetrusha
@@ -52,14 +55,14 @@
5255
# What's New
5356
/docs/framework/whats-new/** @rpetrusha
5457
# ADO.NET
55-
/docs/framework/data/adonet/** @douglaslMS
58+
/docs/framework/data/adonet/** @stevestein
5659
# NCL
5760
/docs/framework/configure-apps/file-schema/network/** @karelz
5861
/docs/framework/network-programming/** @karelz
5962
# WCF
60-
/docs/framework/configure-apps/file-schema/wcf/** @Lxiamail
61-
/docs/framework/data/wcf/** @Lxiamail
62-
/docs/framework/wcf/** @Lxiamail
63+
/docs/framework/configure-apps/file-schema/wcf/** @HongGit
64+
/docs/framework/data/wcf/** @HongGit
65+
/docs/framework/wcf/** @HongGit
6366

6467
################## .NET STANDARD ##################
6568
# Analyzers:
@@ -72,3 +75,10 @@
7275
/docs/standard/base-types/formatting-types/** @rpetrusha
7376
# .NET threading
7477
/docs/standard/threading/** @rpetrusha
78+
79+
################## .NET E-BOOKS ##################
80+
/docs/standard/containerized-lifecycle-architecture/** @nishanil
81+
/docs/standard/microservices-architecture/** @nishanil
82+
/docs/standard/modern-web-apps-azure-architecture/** @nishanil
83+
/docs/standard/modernize-with-azure-and-containers/** @nishanil
84+
/docs/standard/serverless-architecture/** @nishanil
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: .NET Core breaking change
3+
about: Report a breaking change in .NET Core
4+
5+
---
6+
<!--
7+
This issue template is for use in opening issues that document breaking changes.
8+
9+
Text in brackets are placeholders; replace the text with the requested information and remove the brackets before submitting the issue. Also, remove this comment before submitting the issue.
10+
11+
-->
12+
# [Brief description of the change]
13+
14+
## Version introduced
15+
16+
[Version in which the breaking change first occurred]
17+
18+
## Old behavior
19+
20+
21+
## New behavior
22+
23+
24+
## Reason for change
25+
26+
27+
## Mitigations
28+
29+
<!-- Do not modify anything below this line -->
30+
31+
---
32+
#### Issue metadata
33+
34+
* Issue type: breaking-change

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ _dependentPackages/
2626
!/xml/System.Net.Cache/
2727

2828
# Visual Studio Code
29-
.vscode
29+
.vscode/
30+
!.vscode/extensions.json
31+
32+
# Visual Studio 2019
33+
.vs
3034

3135
# Windows thumbnail cache files
3236
Thumbs.db

.markdownlint.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"default": true,
3+
"MD001": false,
4+
"MD002": false,
5+
"MD004": false,
6+
"MD007": false,
7+
"MD009": false,
8+
"MD013": false,
9+
"MD022": false,
10+
"MD024": false,
11+
"MD025": false,
12+
"MD026": false,
13+
"MD027": false,
14+
"MD028": false,
15+
"MD032": false,
16+
"MD033": {
17+
"allowed_elements": [
18+
"a",
19+
"blockquote",
20+
"br",
21+
"code",
22+
"em",
23+
"h4",
24+
"kbd",
25+
"li",
26+
"ol",
27+
"p",
28+
"pre",
29+
"strong",
30+
"sup",
31+
"table",
32+
"tbody",
33+
"td",
34+
"th",
35+
"thead",
36+
"tr",
37+
"u",
38+
"ul"
39+
]
40+
},
41+
"MD034": false,
42+
"MD036": false,
43+
"MD040": false,
44+
"MD041": false,
45+
"MD045": false,
46+
"MD046": {
47+
"style": "fenced"
48+
}
49+
}

.openpublishing.publish.config.json

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,7 @@
2626
"build_output_subfolder": ".",
2727
"locale": "en-us",
2828
"xref_query_tags": ["/uwp/api"],
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-
"netframework-4.7.1",
38-
"netcore-1.0",
39-
"netcore-1.1",
40-
"netcore-2.0",
41-
"netstandard-1.0",
42-
"netstandard-1.1",
43-
"netstandard-1.2",
44-
"netstandard-1.3",
45-
"netstandard-1.4",
46-
"netstandard-1.5",
47-
"netstandard-1.6",
48-
"netstandard-2.0",
49-
"xamarinios-10.8",
50-
"xamarinandroid-7.1",
51-
"xamarinmac-3.0"
52-
],
29+
"monikers": [],
5330
"filemap_share_depots": ["VS.dotnet-api-docs"],
5431
"open_to_public_contributors": true,
5532
"type_mapping": {
@@ -95,4 +72,4 @@
9572
}
9673
}
9774
]
98-
}
75+
}

0 commit comments

Comments
 (0)