Skip to content

Commit 55e4d8b

Browse files
authored
Merge branch 'main' into wtgodbe/sdkDown
2 parents 06f7909 + aa39622 commit 55e4d8b

File tree

116 files changed

+886
-619
lines changed

Some content is hidden

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

116 files changed

+886
-619
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths.
22
# See https://help.github.com/articles/about-code-owners/
33

4+
* @Pilchie
45
/global.json @dotnet/aspnet-build
56
/.azure/ @dotnet/aspnet-build
67
/.config/ @dotnet/aspnet-build
@@ -16,26 +17,22 @@
1617
/src/DefaultBuilder/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher
1718
/src/Hosting/ @tratcher
1819
/src/Hosting/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher
19-
/src/Http/ @tratcher @jkotalik
20-
/src/Http/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher @jkotalik
20+
/src/Http/ @tratcher @BrennanConroy
21+
/src/Http/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher
2122
/src/Http/Routing/ @javiercn
2223
/src/Http/Routing/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @javiercn
2324
/src/HttpClientFactory/ @juntaoluo
2425
/src/HttpClientFactory/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @juntaoluo
25-
/src/Middleware/ @tratcher
26+
/src/Middleware/ @tratcher @BrennanConroy
2627
/src/Middleware/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher
27-
/src/Middleware/HttpsPolicy/ @jkotalik
28-
/src/Middleware/HttpsPolicy/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @jkotalik
29-
/src/Middleware/Rewrite/ @jkotalik
30-
/src/Middleware/Rewrite/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @jkotalik
3128
/src/Mvc/ @pranavkm @javiercn
3229
/src/Mvc/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @pranavkm @javiercn
3330
/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/ @dotnet/aspnet-blazor-eng
3431
/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/ @dotnet/aspnet-blazor-eng
3532
/src/Security/ @tratcher
3633
/src/Security/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher
37-
/src/Servers/ @tratcher @jkotalik @halter73
38-
/src/Servers/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher @jkotalik @halter73
34+
/src/Servers/ @tratcher @halter73 @BrennanConroy
35+
/src/Servers/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher @halter73
3936
/src/Shared/runtime/ @dotnet/http
4037
/src/Shared/test/Shared.Tests/runtime/ @dotnet/http
4138
/src/SignalR/ @BrennanConroy @halter73

.github/dependabot.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
version: 2
2+
updates:
3+
# Keep submodules up to date in 'main'.
4+
- package-ecosystem: "gitsubmodule"
5+
directory: "/"
6+
schedule:
7+
# Weekly interval opens PRs on Monday.
8+
interval: "weekly"
9+
allow:
10+
- dependency-type: "all"
11+
assignees:
12+
- "dotnet/aspnet-build"
13+
labels:
14+
- area-infrastructure
15+
- dependencies
16+
17+
# Keep submodules up to date in 'release/*' branches. (Unfortunately Dependabot security PRs can't target these.)
18+
- package-ecosystem: "gitsubmodule"
19+
directory: "/"
20+
schedule:
21+
# Monthly interval opens PRs on the first of s Month.
22+
interval: "monthly"
23+
allow:
24+
- dependency-type: "all"
25+
assignees:
26+
- "dotnet/aspnet-build"
27+
labels:
28+
- area-infrastructure
29+
- dependencies
30+
target-branch: "release/2.1"
31+
- package-ecosystem: "gitsubmodule"
32+
directory: "/"
33+
schedule:
34+
# Monthly interval opens PRs on the first of s Month.
35+
interval: "monthly"
36+
allow:
37+
- dependency-type: "all"
38+
assignees:
39+
- "dotnet/aspnet-build"
40+
labels:
41+
- area-infrastructure
42+
- dependencies
43+
target-branch: "release/3.1"
44+
- package-ecosystem: "gitsubmodule"
45+
directory: "/"
46+
schedule:
47+
# Monthly interval opens PRs on the first of s Month.
48+
interval: "monthly"
49+
allow:
50+
- dependency-type: "all"
51+
assignees:
52+
- "dotnet/aspnet-build"
53+
labels:
54+
- area-infrastructure
55+
- dependencies
56+
target-branch: "release/5.0"

.gitmodules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
[submodule "googletest"]
1+
[submodule "src/submodules/googletest"]
22
path = src/submodules/googletest
33
url = https://github.com/google/googletest
4-
4+
branch = master
55
[submodule "src/submodules/MessagePack-CSharp"]
66
path = src/submodules/MessagePack-CSharp
77
url = https://github.com/aspnet/MessagePack-CSharp.git
8+
branch = master

eng/Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
TODO: Remove this exclusion: https://github.com/dotnet/aspnetcore/issues/32788 -->
5757
<ProjectToExclude Include="
5858
$(RepoRoot)src\Components\benchmarkapps\Wasm.Performance\TestApp\Wasm.Performance.TestApp.csproj" />
59+
60+
<!-- Skipping due to build ordering issues for now.
61+
See https://github.com/dotnet/aspnetcore/pull/32428 -->
62+
<ProjectToExclude Include="
63+
$(RepoRoot)src/Components/test/E2ETestMigration/Microsoft.AspNetCore.Components.Migration.E2ETests.csproj" />
5964
</ItemGroup>
6065

6166
<Choose>

0 commit comments

Comments
 (0)