-
Notifications
You must be signed in to change notification settings - Fork 336
Expand file tree
/
Copy pathCODEOWNERS
More file actions
87 lines (62 loc) · 3.61 KB
/
Copy pathCODEOWNERS
File metadata and controls
87 lines (62 loc) · 3.61 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
# Default owners for everything in the repo
* @timheuer @dbreshears
# Engineering and CI/CD
/eng/ @ViktorHofer @JanKrivanek
/.github/workflows/ @ViktorHofer @JanKrivanek
# msbuild
/plugins/dotnet-msbuild/ @ViktorHofer @JanKrivanek
/tests/dotnet-msbuild/ @ViktorHofer @JanKrivanek
/agentic-workflows/dotnet-msbuild/ @ViktorHofer @JanKrivanek
# dotnet (common everyday C#/.NET)
/plugins/dotnet/lsp.json @dotnet/roslyn-ide
/plugins/dotnet/skills/csharp-scripts/ @dotnet/roslyn
/tests/dotnet/csharp-scripts/ @dotnet/roslyn
/plugins/dotnet/skills/dotnet-pinvoke/ @dotnet/appmodel
/tests/dotnet/dotnet-pinvoke/ @dotnet/appmodel
/plugins/dotnet/skills/nuget-trusted-publishing/ @lewing @kartheekp-ms
/tests/dotnet/nuget-trusted-publishing/ @lewing @kartheekp-ms
# dotnet-upgrade (migrating and upgrading .NET projects)
/plugins/dotnet-upgrade/skills/thread-abort-migration/ @dotnet/appmodel
/tests/dotnet-upgrade/thread-abort-migration/ @dotnet/appmodel
/plugins/dotnet-upgrade/skills/migrate-nullable-references/ @danmoseley @agocke
/tests/dotnet-upgrade/migrate-nullable-references/ @danmoseley @agocke
/plugins/dotnet-upgrade/skills/dotnet-aot-compat/ @agocke @dotnet/appmodel
/tests/dotnet-upgrade/dotnet-aot-compat/ @agocke @dotnet/appmodel
/plugins/dotnet-upgrade/skills/migrate-dotnet9-to-dotnet10/ @danmoseley @dotnet/compat
/tests/dotnet-upgrade/migrate-dotnet9-to-dotnet10/ @danmoseley @dotnet/compat
/plugins/dotnet-upgrade/skills/migrate-dotnet10-to-dotnet11/ @danmoseley @dotnet/compat
/tests/dotnet-upgrade/migrate-dotnet10-to-dotnet11/ @danmoseley @dotnet/compat
/plugins/dotnet-upgrade/skills/migrate-dotnet8-to-dotnet9/ @danmoseley @dotnet/compat
/tests/dotnet-upgrade/migrate-dotnet8-to-dotnet9/ @danmoseley @dotnet/compat
# dotnet-diag (perf investigations, debugging, incident analysis)
/plugins/dotnet-diag/skills/analyzing-dotnet-performance/ @dotnet/dotnet-diag
/tests/dotnet-diag/analyzing-dotnet-performance/ @dotnet/dotnet-diag
/plugins/dotnet-diag/skills/dump-collect/ @dotnet/dotnet-diag
/tests/dotnet-diag/dump-collect/ @dotnet/dotnet-diag
/plugins/dotnet-diag/skills/dotnet-trace-collect/ @brianrob @noahfalk
/tests/dotnet-diag/dotnet-trace-collect/ @brianrob @noahfalk
/plugins/dotnet-diag/skills/android-tombstone-symbolication/ @dotnet/dotnet-diag
/tests/dotnet-diag/android-tombstone-symbolication/ @dotnet/dotnet-diag
/plugins/dotnet-diag/skills/clr-activation-debugging/ @marklio @ChrisAhna
/tests/dotnet-diag/clr-activation-debugging/ @marklio @ChrisAhna
/plugins/dotnet-diag/skills/microbenchmarking/ @dotnet/dotnet-perf-team
/tests/dotnet-diag/microbenchmarking/ @dotnet/dotnet-perf-team
/plugins/dotnet-diag/agents/optimizing-dotnet-performance.agent.md @dotnet/appmodel
/plugins/dotnet/agents/optimizing-dotnet-performance.agent.md @dotnet/appmodel
/plugins/dotnet-ai/skills/technology-selection/ @luisquintanilla @artl93
/tests/dotnet-ai/technology-selection/ @luisquintanilla @artl93
# dotnet-data (data access, Entity Framework)
/plugins/dotnet-data/skills/optimizing-ef-core-queries/ @dotnet/efteam
/tests/dotnet-data/optimizing-ef-core-queries/ @dotnet/efteam
# dotnet-test (everything testing related)
/plugins/dotnet-test/ @dotnet/dotnet-testing
/tests/dotnet-test/ @dotnet/dotnet-testing
# dotnet-maui
/plugins/dotnet-maui/ @Redth @jfversluis
/tests/dotnet-maui/ @Redth @jfversluis
# dotnet-template-engine
/plugins/dotnet-template-engine/ @YuliiaKovalova @JanKrivanek
/tests/dotnet-template-engine/ @YuliiaKovalova @JanKrivanek
# dotnet-nuget (package and dependency management)
/plugins/dotnet-nuget/ @dotnet/area-infrastructure-libraries @kartheekp-ms
/tests/dotnet-nuget/ @dotnet/area-infrastructure-libraries @kartheekp-ms