-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
154 lines (131 loc) · 6.79 KB
/
Copy pathCODEOWNERS
File metadata and controls
154 lines (131 loc) · 6.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Syntax: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @dotnet/dotnet-cli will be requested for
# review when someone opens a pull request.
# Issue/PR labels to use are listed before each section
# Area-CLI
/src/Cli/ @dotnet/dotnet-cli
/test/dotnet.Tests/ @dotnet/dotnet-cli
# Area-run-file
/src/Cli/Microsoft.DotNet.FileBasedPrograms/ @dotnet/run-file
/src/Cli/dotnet/Commands/Run/ @dotnet/run-file
/src/Cli/dotnet/Commands/Project/Convert/ @dotnet/run-file
/test/dotnet.Tests/CommandTests/Run/ @dotnet/run-file
/test/dotnet.Tests/CommandTests/Project/Convert/ @dotnet/run-file
# Area-NetSDK
/src/Tasks/Microsoft.NET.Build.Tasks/ @dotnet/dotnet-cli
/test/Microsoft.NET.Build.Tests/ @dotnet/dotnet-cli
/test/Microsoft.NET.Publish.Tests/ @dotnet/dotnet-cli
# Area-WebSDK
/src/WebSdk/ @vijayrkn
/test/Microsoft.NET.Sdk.Publish.Tasks.Tests/ @vijayrkn
# Area-AspNetCore
/src/BlazorWasmSdk/ @dotnet/aspnet-blazor-eng
/test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/BlazorHosted/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/BlazorHostedRID/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/BlazorWasmMinimal/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/BlazorWasmWithLibrary/ @dotnet/aspnet-blazor-eng
/src/RazorSdk/ @dotnet/razor-tooling
/test/Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests/ @dotnet/aspnet-blazor-eng
/test/Microsoft.NET.Sdk.Razor.Tests/ @dotnet/razor-tooling
/test/Microsoft.NET.Sdk.Razor.Tool.Tests/ @dotnet/razor-tooling
/test/TestAssets/TestPackages/PackageLibraryDirectDependency/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestPackages/PackageLibraryTransitiveDependency/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/Razor*/ @dotnet/razor-tooling
# Area-StaticWebAssets
/src/StaticWebAssetsSdk/ @dotnet/aspnet-blazor-eng
/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/ @dotnet/aspnet-blazor-eng
# Area-Workloads
/src/Cli/Microsoft.DotNet.Cli.Definitions/Commands/Workload/ @dotnet/net-sdk-workload-contributors
/src/Cli/dotnet/Commands/Workload/ @dotnet/net-sdk-workload-contributors
/src/Resolvers/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver/ @dotnet/net-sdk-workload-contributors
/src/Resolvers/Microsoft.NET.Sdk.WorkloadManifestReader/ @dotnet/net-sdk-workload-contributors
/src/Workloads/ @dotnet/net-sdk-workload-contributors
/test/dotnet.Tests/CommandTests/Workload/ @dotnet/net-sdk-workload-contributors
/test/Microsoft.NET.Sdk.WorkloadManifestReader.Tests/ @dotnet/net-sdk-workload-contributors
/test/TestAssets/TestWorkloads/ @dotnet/net-sdk-workload-contributors
# Area-WasmSdk
/src/WasmSdk @lewing @akoeplinger @pavelsavara @maraf
# Area-Format
/src/Cli/dotnet/Commands/Format @dotnet/roslyn-ide
/src/Dotnet.Format @dotnet/roslyn-ide
/test/dotnet-format.*Tests @dotnet/roslyn-ide
/test/TestAssets/dotnet-format @dotnet/roslyn-ide
# Area-NuGet
/src/Cli/dotnet/Commands/NuGet @dotnet/nuget-team
/src/Cli/dotnet/Commands/Pack @dotnet/nuget-team
/src/Cli/dotnet/Commands/Package @dotnet/nuget-team
/src/Cli/dotnet/Commands/Restore @dotnet/nuget-team
/test/Microsoft.NET.Restore.Tests @dotnet/nuget-team
/test/Microsoft.NET.Pack.Tests @dotnet/nuget-team
/test/dotnet.Tests/CommandTests/NuGet @dotnet/nuget-team
/test/dotnet.Tests/CommandTests/Pack @dotnet/nuget-team
/test/dotnet.Tests/CommandTests/Package @dotnet/nuget-team
/test/dotnet.Tests/CommandTests/Restore @dotnet/nuget-team
# Area-FSharp
/src/Cli/dotnet/Commands/Fsi @dotnet/fsharp
/test/dotnet-fsi.Tests @dotnet/fsharp
# Area-DotNet Test
/src/Cli/dotnet/Commands/Test @dotnet/dotnet-testing
/src/Cli/dotnet/Commands/VSTest @dotnet/dotnet-testing
/test/dotnet.Tests/CommandTests/Test @dotnet/dotnet-testing
/test/dotnet.Tests/CommandTests/VSTest @dotnet/dotnet-testing
/template_feed/Microsoft.DotNet.Common.*/content/MSTest* @dotnet/dotnet-testing
/template_feed/Microsoft.DotNet.Common.*/content/NUnit* @dotnet/dotnet-testing
/template_feed/Microsoft.DotNet.Common.*/content/XUnit* @dotnet/dotnet-testing
# Area-Templates
/src/Cli/dotnet/Commands/New @dotnet/templating-engine-maintainers
/src/Cli/Microsoft.TemplateEngine.Cli @dotnet/templating-engine-maintainers
/src/TemplateEngine @dotnet/templating-engine-maintainers
/test/dotnet-new.IntegrationTests @dotnet/templating-engine-maintainers @dotnet/dotnet-testing
/test/Microsoft.TemplateEngine.* @dotnet/templating-engine-maintainers
/test/TemplateEngine @dotnet/templating-engine-maintainers
/template_feed @dotnet/templating-engine-maintainers
# Area-ILLink Area-ReadyToRun
/test/Microsoft.NET.ILLink.Tests @dotnet/illink
# Publish.targets related to ILLink and ReadyToRun is own by both runtime and SDK team
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets @dotnet/illink @dotnet/dotnet-cli
# Area-ClickOnce
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ClickOnce.targets @sujitnayak
# Area-Watch
/test/TestAssets/TestProjects/Watch*/ @tmat @dotnet/roslyn-ide
/test/dotnet-watch.Tests/ @tmat @dotnet/roslyn-ide
/test/Microsoft.AspNetCore.Watch.BrowserRefresh.Tests/ @dotnet/aspnet-blazor-eng
/src/Dotnet.Watch/ @tmat @dotnet/roslyn-ide
/src/Dotnet.Watch/BrowserRefresh @dotnet/aspnet-blazor-eng
/src/Dotnet.Watch/AspireService @dotnet/aspnet-blazor-eng
# Compatibility tools (ApiCompat, ApiDiff, GenAPI, PackageValidation, ApiSymbolExtensions) owned by runtime team
/src/Compatibility/ @dotnet/area-infrastructure-libraries
/test/Compatibility/ @dotnet/area-infrastructure-libraries
# Area-Containers
/src/Cli/Containers @dotnet/sdk-container-builds-maintainers
/test/Microsoft.NET.Build.Containers.IntegrationTests @dotnet/sdk-container-builds-maintainers
/test/Microsoft.NET.Build.Containers.UnitTests @dotnet/sdk-container-builds-maintainers
# Area-Microsoft.CodeAnalysis.NetAnalyzers
/src/Microsoft.CodeAnalysis.NetAnalyzers @dotnet/dotnet-analyzers
# Area-Infrastructure
.vsts-ci.yml @MiYanni @MichaelSimons
.vsts-pr.yml @MiYanni @MichaelSimons
/eng/pipelines @MiYanni @MichaelSimons
# AI
.github/ @mthalman @lbussell
.claude/ @mthalman @lbussell
.agents/ @mthalman @lbussell
AGENTS.md @mthalman @lbussell
SKILL.md @mthalman @lbussell
# Area-dotnetup
/.github/ISSUE_TEMPLATE/30_dotnetup.yml @dotnet/dotnetup
/.vsts-dnup-ci.yml @dotnet/dotnetup
/.vsts-dnup-pr.yml @dotnet/dotnetup
/documentation/general/dotnetup/ @dotnet/dotnetup
/dotnetup.slnf @dotnet/dotnetup
/eng/dotnetup-shared.ps1 @dotnet/dotnetup
/eng/dotnetup-shared.sh @dotnet/dotnetup
/eng/pipelines/templates/jobs/dotnetup/ @dotnet/dotnetup
/src/Installer/dotnetup/ @dotnet/dotnetup
/src/Installer/dotnetup.Library/ @dotnet/dotnetup
/test/dotnetup.Tests/ @dotnet/dotnetup