Skip to content

Commit b478c75

Browse files
authored
Merge pull request #1 from dotnet/master
Bringing for up to date
2 parents 5cbfd0b + c36fa8f commit b478c75

File tree

3,321 files changed

+25518
-24020
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,321 files changed

+25518
-24020
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: 68 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,87 @@ 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
1115
-->
12-
# [Brief description of the change]
16+
## [Change Title]
17+
18+
[Brief description of the change]
19+
20+
### Version introduced
21+
22+
[Version in which the breaking change first occurred (e.g., 3.0 for .NET Core 3.0)]
23+
24+
### Change description
25+
26+
#### Old behavior
27+
28+
#### New behavior
29+
30+
#### Reason for change
31+
32+
### Recommended action
33+
34+
[ Suggested steps if user is affected go here:
35+
- Possible workarounds
36+
- Example of code changes to handle change
37+
]
38+
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+
67+
### Affected APIs
1368

14-
## Version introduced
69+
[ If no APIs are affected, this should read:
70+
"Not detectable via API analysis"
1571

16-
[Version in which the breaking change first occurred]
72+
If affected APIs are identifiable, include a link for each. The link takes the form:
1773

18-
## Old behavior
74+
`[friendly description of API](link to API on docs.microsoft.com)`
1975

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

21-
## New behavior
78+
For methods, if all overloads are affected, link to the general overloaded method page. For example:
2279

80+
<https://docs.microsoft.com/dotnet/api/system.string.indexof>
2381

24-
## Reason for change
82+
Otherwise, link to the individual method overload. For example:
2583

84+
<https://docs.microsoft.com/dotnet/api/system.string.indexof#System_String_IndexOf_System_String_>
2685

27-
## Mitigations
86+
]
2887

2988
<!-- Do not modify anything below this line -->
3089

.markdownlint.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"default": true,
33
"MD001": false,
4-
"MD002": false,
54
"MD004": false,
6-
"MD007": false,
75
"MD009": false,
86
"MD013": false,
97
"MD022": false,

0 commit comments

Comments
 (0)