Skip to content

Commit c019c4a

Browse files
authored
Merge branch 'master' into vb
2 parents 3ce5060 + 4032079 commit c019c4a

File tree

1,380 files changed

+8035
-7864
lines changed

Some content is hidden

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

1,380 files changed

+8035
-7864
lines changed

.ghal.rules.json

Lines changed: 61 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,64 @@
11
{
2-
"labels": {
3-
"defaults": [ ":watch: Not Triaged" ],
4-
"product": {
5-
"(?i).*": "Source - Docs.ms",
6-
"(?i)dotnet-csharp$": ":books: Area - C# Guide",
7-
"(?i)dotnet-visualbasic$": ":books: Area - Visual Basic Guide",
8-
"(?i)dotnet-core$": ":books: Area - .NET Core Guide",
9-
"(?i)dotnet-framework$": ":books: Area - .NET Framework Guide",
10-
"(?i)dotnet-fsharp$": ":books: Area - F# Guide",
11-
"(?i)dotnet-ml$": ":books: Area - ML.NET Guide",
12-
"(?i)dotnet-spark": ":books: Area - .NET for Apache Spark Guide",
13-
"(?i)dotnet$": ":books: Area - .NET Guide",
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",
16-
},
17-
"contentsource": {
18-
"(?i).*master\/docs\/core\/tools.*": ":card_file_box: Technology - CLI",
19-
"(?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",
22-
"(?i).*master\/docs\/framework\/data\/adonet.*": ":card_file_box: Technology - Data Access",
23-
"(?i).*master\/docs\/framework\/data\/wcf.*": ":card_file_box: Technology - WCF",
24-
"(?i).*master\/docs\/framework\/docker.*": ":card_file_box: Technology - Docker",
25-
"(?i).*master\/docs\/framework\/install.*": ":card_file_box: Technology - Installers",
26-
"(?i).*master\/docs\/framework\/migration-guide.*": ":card_file_box: Technology - AppCompat",
27-
"(?i).*master\/docs\/framework\/network-programming.*": ":card_file_box: Technology - NCL",
28-
"(?i).*master\/docs\/framework\/windows-workflow-foundation.*": ":card_file_box: Technology - WF",
29-
"(?i).*master\/docs\/framework\/wpf.*": ":card_file_box: Technology - WPF",
30-
"(?i).*master\/docs\/framework\/wcf.*": ":card_file_box: Technology - WCF",
31-
"(?i).*master\/docs\/framework\/winforms.*": ":card_file_box: Technology - WinForms",
32-
"(?i).*master\/docs\/standard\/containerized-lifecycle-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: guide - Docker lifecycle",
33-
"(?i).*master\/docs\/standard\/microservices-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: guide - .NET Microservices",
34-
"(?i).*master\/docs\/standard\/modern-web-apps-azure-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: guide - ASP.NET Core web apps",
35-
"(?i).*master\/docs\/standard\/modernize-with-azure-and-containers.*": ":card_file_box: Technology - .NET Architecture,:book: guide - Modernizing w/ Windows containers",
36-
"(?i).*master\/docs\/standard\/security.*": ":card_file_box: Technology - Security",
37-
"(?i).*master\/docs\/standard\/serverless-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: guide - Serverless apps",
38-
"(?i).*master\/docs\/standard\/standard\/design-guidelines\/.*": ":book: guide - Framework Design Guidelines"
2+
"version": 2,
3+
"issue": {
4+
"action": {
5+
"opened": {
6+
"default": {
7+
"labels-add": [ ":watch: Not Triaged" ]
8+
},
9+
"processor-custom-meta": {
10+
"labels-add": {
11+
"issuetype": {
12+
"(?i)breaking-change$": "breaking-change"
13+
}
14+
}
15+
},
16+
"processor-docs": {
17+
"labels-add": {
18+
"product": {
19+
"(?i).*": "Source - Docs.ms",
20+
"(?i)dotnet-csharp$": ":books: Area - C# Guide",
21+
"(?i)dotnet-visualbasic$": ":books: Area - Visual Basic Guide",
22+
"(?i)dotnet-core$": ":books: Area - .NET Core Guide",
23+
"(?i)dotnet-framework$": ":books: Area - .NET Framework Guide",
24+
"(?i)dotnet-fsharp$": ":books: Area - F# Guide",
25+
"(?i)dotnet-ml$": ":books: Area - ML.NET Guide",
26+
"(?i)dotnet-spark": ":books: Area - .NET for Apache Spark Guide",
27+
"(?i)dotnet$": ":books: Area - .NET Guide",
28+
"(?i)dotnet-ml-api$": ":books: Area - API Reference,:file_folder: Repo - ml-api-docs",
29+
"(?i)dotnet-roslyn-api$": ":books: Area - Roslyn API Reference,:file_folder: Repo - roslyn-api-docs"
30+
},
31+
"contentsource": {
32+
"(?i).*master\/docs\/architecture\/containerized-lifecycle.*": ":card_file_box: Technology - .NET Architecture,:book: guide - Docker lifecycle",
33+
"(?i).*master\/docs\/architecture\/microservices.*": ":card_file_box: Technology - .NET Architecture,:book: guide - .NET Microservices",
34+
"(?i).*master\/docs\/architecture\/modern-web-apps-azure.*": ":card_file_box: Technology - .NET Architecture,:book: guide - ASP.NET Core web apps",
35+
"(?i).*master\/docs\/architecture\/modernize-with-azure-containers.*": ":card_file_box: Technology - .NET Architecture,:book: guide - Modernizing w/ Windows containers",
36+
"(?i).*master\/docs\/architecture\/serverless.*": ":card_file_box: Technology - .NET Architecture,:book: guide - Serverless apps",
37+
"(?i).*master\/docs\/core\/tools.*": ":card_file_box: Technology - CLI",
38+
"(?i).*master\/docs\/core\/docker.*": ":card_file_box: Technology - Docker",
39+
"(?i).*master\/docs\/framework\/configure-apps\/file-schema\/network.*": ":card_file_box: Technology - NCL",
40+
"(?i).*master\/docs\/framework\/configure-apps\/file-schema\/wcf.*": ":card_file_box: Technology - WCF",
41+
"(?i).*master\/docs\/framework\/data\/adonet.*": ":card_file_box: Technology - Data Access",
42+
"(?i).*master\/docs\/framework\/data\/wcf.*": ":card_file_box: Technology - WCF",
43+
"(?i).*master\/docs\/framework\/docker.*": ":card_file_box: Technology - Docker",
44+
"(?i).*master\/docs\/framework\/install.*": ":card_file_box: Technology - Installers",
45+
"(?i).*master\/docs\/framework\/migration-guide.*": ":card_file_box: Technology - AppCompat",
46+
"(?i).*master\/docs\/framework\/network-programming.*": ":card_file_box: Technology - NCL",
47+
"(?i).*master\/docs\/framework\/windows-workflow-foundation.*": ":card_file_box: Technology - WF",
48+
"(?i).*master\/docs\/framework\/wpf.*": ":card_file_box: Technology - WPF",
49+
"(?i).*master\/docs\/framework\/wcf.*": ":card_file_box: Technology - WCF",
50+
"(?i).*master\/docs\/framework\/winforms.*": ":card_file_box: Technology - WinForms",
51+
"(?i).*master\/docs\/standard\/security.*": ":card_file_box: Technology - Security",
52+
"(?i).*master\/docs\/standard\/standard\/design-guidelines\/.*": ":book: guide - Framework Design Guidelines"
53+
}
54+
}
55+
}
56+
},
57+
"closed": {
58+
"default": {
59+
"labels-remove": [ "in-progress" ]
60+
}
61+
}
3962
}
4063
}
41-
}
64+
}

.github/CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,4 @@
7777
/docs/standard/threading/** @rpetrusha
7878

7979
################## .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
80+
/docs/architecture/** @nishanil

.github/ISSUE_TEMPLATE/doc-breaking-change.md

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: .NET Core breaking change
33
about: Report a breaking change in .NET Core
44

55
---
6-
<!--
7-
This issue template is for use in opening issues that document breaking changes.
6+
<!--
7+
This issue template is for use in opening issues that document breaking changes. This template can be used to create an issue:
8+
9+
- By Microsoft product team members who are documenting a breaking change.
10+
11+
- By Microsoft customers who are experiencing a compatibility issue between .NET Framework and .NET Core or between versions of .NET Core.
812
913
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.
1014
@@ -25,36 +29,64 @@ Text in brackets are placeholders; replace the text with the requested informati
2529

2630
#### Reason for change
2731

28-
2932
### Recommended action
3033

3134
[ Suggested steps if user is affected go here:
3235
- Possible workarounds
3336
- Example of code changes to handle change
3437
]
3538

39+
### Category
40+
41+
[Choose a category from one of the following:
42+
43+
- ASP.NET Core
44+
- C#
45+
- Core
46+
- CoreFx
47+
- Data
48+
- Debugger
49+
- Deployment for .NET Core
50+
- EF Core
51+
- Globalization
52+
- interop
53+
- JIT
54+
- LINQ
55+
- Managed Extensibility Framework (MEF)
56+
- MSBuild
57+
- Networking
58+
- Printing
59+
- Security
60+
- Serialization
61+
- Visual Basic
62+
- Windows Forms
63+
- Windows Presentation Foundation (WPF)
64+
- XML, XSLT
65+
]
66+
3667
### Affected APIs
3768

3869
[ If no APIs are affected, this should read:
3970
"Not detectable via API analysis"
4071

41-
If affected APIs are identifiable, include a link for each. The link takes the form:
72+
If affected APIs are identifiable, include a link for each. The link takes the form:
4273

43-
`[friendly description of API](link to API on docs.microsoft.com)`
74+
`[friendly description of API](link to API on docs.microsoft.com)`
4475

45-
For example, `[String.IndexOf(String)](https://docs.microsoft.com/en-us/dotnet/api/system.string.indexof#System_String_IndexOf_System_String_)
76+
For example, `[String.IndexOf(String)](https://docs.microsoft.com/dotnet/api/system.string.indexof#System_String_IndexOf_System_String_)
4677

47-
For methods, if all overloads are affected, link to the general overloaded method page. For example:
78+
For methods, if all overloads are affected, link to the general overloaded method page. For example:
4879

49-
<https://docs.microsoft.com/en-us/dotnet/api/system.string.indexof>
80+
<https://docs.microsoft.com/dotnet/api/system.string.indexof>
5081

5182
Otherwise, link to the individual method overload. For example:
5283

53-
<https://docs.microsoft.com/en-us/dotnet/api/system.string.indexof#System_String_IndexOf_System_String_>
84+
<https://docs.microsoft.com/dotnet/api/system.string.indexof#System_String_IndexOf_System_String_>
5485

5586
]
5687

5788
<!-- Do not modify anything below this line -->
89+
5890
---
5991
#### Issue metadata
6092

0 commit comments

Comments
 (0)