Skip to content

Commit 324406e

Browse files
authored
update codeowners to match runtime repo (#5377)
1 parent 291a8e4 commit 324406e

File tree

1 file changed

+94
-70
lines changed

1 file changed

+94
-70
lines changed

.github/CODEOWNERS

Lines changed: 94 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
* @dotnet/docs
1212

13-
1413
# Order is important. The last matching pattern has the most precedence.
1514
# The folders are ordered as follows:
1615

@@ -19,80 +18,105 @@
1918

2019
# Area owners of the dotnet/runtime repo: https://github.com/dotnet/runtime/blob/master/docs/area-owners.md
2120

22-
/xml/System.Buffers**/** @tannergooding @GrabYourPitchforks @pgovind
23-
/xml/System.CodeDom**/** @buyaa-n @krwq
24-
/xml/System.Collections**/** @eiriktsarpalis @layomia
25-
/xml/System.ComponentModel**/** @safern
26-
/xml/System.ComponentModel.Composition**/** @maryamariyan @ViktorHofer
27-
/xml/System.ComponentModel.DataAnnotations**/** @lajones @ajcvickers
28-
/xml/System.ComponentModel.Design**/** @RussKie @merriemcgaw
29-
/xml/System.Composition**/** @maryamariyan @ViktorHofer
30-
/xml/System.Configuration**/** @maryamariyan @safern
31-
/xml/System.Data**/** @ajcvickers @cheenamalhotra @david-engel
32-
/xml/System.Data.SqlClient**/** @cheenamalhotra @david-engel @karinazhou @JRahnama
33-
/xml/System.Diagnostics**/** @tommcdon @sywhang @krwq
34-
/xml/System.Diagnostics/DiagnosticSource.xml @Anipik
35-
/xml/System.Diagnostics/EventLog*.xml @Anipik
36-
/xml/System.Diagnostics/PerformanceCounter*.xml @Anipik
37-
/xml/System.Diagnostics/Process*.xml @adsitnik @eiriktsarpalis
38-
/xml/System.Diagnostics/TraceSource.xml @Anipik
39-
/xml/System.Diagnostics.Tracing**/** @noahfalk @tommcdon @tarekgh @Anipik
40-
/xml/System.DirectoryServices**/** @tquerec @josephisenhour
41-
/xml/System.Drawing**/** @safern @tannergooding
42-
/xml/System.Dynamic**/** @cston @333fred
43-
/xml/System.Globalization**/** @safern @krwq @tarekgh
44-
/xml/System.IO**/** @carlossanlop @jozkee
45-
/xml/System.IO.Compression**/** @carlossanlop @ericstj
46-
/xml/System.IO.Pipelines**/** @davidfowl @halter73 @jkotalik @anurse
47-
/xml/System.Linq**/** @eiriktsarpalis @adamsitnik
48-
/xml/System.Linq.Expressions**/** @cston @333fred
49-
/xml/System.Linq/Parallel*.xml @tarekgh @kouvel
50-
/xml/System.Management**/** @Anipik
51-
/xml/System.Net**/** @dotnet/ncl
52-
/xml/System.Numerics**/** @tannergooding @pgovind
53-
/xml/System.Reflection**/** @steveharter @GrabYourPitchforks
54-
/xml/System.Reflection.Emit**/** @steveharter @GrabYourPitchforks
55-
/xml/System.Reflection.Metadata**/** @tmat
56-
/xml/System.Resources**/** @buyaa-n @tarekgh @krwq
57-
/xml/System.Runtime**/** @bartonjs @joperezr
58-
/xml/System.Runtime.Caching**/** @StephenMolloy @HongGit
59-
/xml/System.Runtime.CompilerServices**/** @Anipik @steveharter
60-
/xml/System.Runtime.InteropServices**/** @AaronRobinsonMSFT @jkoritzinsky
61-
/xml/System.Runtime.Intrinsics**/** @tannergooding @CarolEidt @echesakovMSFT
62-
/xml/System.Security**/** @bartonjs @GrabYourPitchforks @krwq
63-
/xml/System.ServiceModel**/** @HongGit @mcconnew StephenMolloy
64-
/xml/System.ServiceProcess**/** @Anipik
65-
/xml/System.Text**/** @tarekgh @GrabYourPitchforks
66-
/xml/System.Text/Encoding*.xml @layomia @krwq @tarekgh
67-
/xml/System.Text.Encodings.Web**/** @GrabYourPitchforks @layomia @tarekgh
68-
/xml/System.Text.Json**/** @layomia @steveharter @jozkee
69-
/xml/System.Text.RegularExpressions**/** @pgovind @eerhardt
70-
/xml/System.Threading**/** @kouvel
71-
/xml/System.Threading.Channels**/** @tarekgh @stephentoub
72-
/xml/System.Threading.Tasks**/** @tarekgh @stephentoub
73-
/xml/System.Transactions**/** @dasetser @HongGit
74-
/xml/System.Web**/** @scottaddie
75-
/xml/System.Windows**/** @dotnet/wpf-developers
76-
/xml/System.Windows.Forms**/** @RussKie @merriemcgaw
77-
/xml/System.Xaml**/** @dotnet/wpf-developers
78-
/xml/System.Xml**/** @buyaa-n @krwq
21+
/xml/Microsoft.CSharp*/ @cston @333fred
22+
/xml/Microsoft.Extensions*/ @maryamariyan @michaelgsharp @safern @tarekgh
23+
/xml/Microsoft.Extensions.DependencyModel*/ @maryamariyan @michaelgsharp @safern @tarekgh
24+
/xml/Microsoft.Extensions.Caching*/ @maryamariyan @michaelgsharp @safern @tarekgh
25+
/xml/Microsoft.Extensions.Configuration*/ @maryamariyan @michaelgsharp @safern @tarekgh
26+
/xml/Microsoft.Extensions.DependencyInjection*/ @maryamariyan @michaelgsharp @safern @tarekgh
27+
/xml/Microsoft.Extensions.FileSystem*/ @adamsitnik @carlossanlop @jozkee
28+
/xml/Microsoft.Extensions.Hosting*/ @maryamariyan @michaelgsharp @safern @tarekgh
29+
/xml/Microsoft.Extensions.Http*/ @dotnet/ncl
30+
/xml/Microsoft.Extensions.Logging*/ @maryamariyan @michaelgsharp @safern @tarekgh
31+
/xml/Microsoft.Extensions.Options*/ @maryamariyan @michaelgsharp @safern @tarekgh
32+
/xml/Microsoft.Extensions.Primitives*/ @maryamariyan @michaelgsharp @safern @tarekgh
33+
/xml/Microsoft.VisualBasic*/ @cston @333fred
34+
/xml/Microsoft.Win32*/ @Anipik @ViktorHofer
35+
/xml/System.Activities*/ @dotnet/docs
36+
/xml/System.AddIn*/ @dotnet/docs
37+
/xml/System.Buffers*/ @tannergooding @pgovind
38+
/xml/System.CodeDom*/ @buyaa-n @krwq @joperezr
39+
/xml/System.Collections*/ @eiriktsarpalis @layomia
40+
/xml/System.ComponentModel*/ @maryamariyan @michaelgsharp @safern @tarekgh
41+
/xml/System.ComponentModel.Composition*/ @buyaa-n @joperezr @krwq
42+
/xml/System.ComponentModel.DataAnnotations*/ @lajones @ajcvickers
43+
/xml/System.Composition*/ @buyaa-n @joperezr @krwq
44+
/xml/System.Configuration*/ @buyaa-n @joperezr @krwq
45+
/xml/System.Data*/ @ajcvickers @cheenamalhotra @david-engel
46+
/xml/System.Data.Odbc/ @ajcvickers
47+
/xml/System.Data.OleDb/ @ajcvickers
48+
/xml/System.Data.SqlClient/ @cheenamalhotra @david-engel @karinazhou @JRahnama
49+
/xml/System.Deployment*/ @dotnet/docs
50+
/xml/System.Device*/ @dotnet/docs
51+
/xml/System.Diagnostics*/ @tommcdon @Anipik @ViktorHofer
52+
/xml/System.Diagnostics/Activity*.xml @tarekgh
53+
/xml/System.Diagnostics/Process*.xml @adamsitnik @eiriktsarpalis
54+
/xml/System.Diagnostics.Tracing/ @noahfalk @tommcdon @Anipik @ViktorHofer @tarekgh
55+
/xml/System.DirectoryServices*/ @buyaa-n @joperezr @krwq
56+
/xml/System.Drawing*/ @maryamariyan @michaelgsharp @safern @tarekgh
57+
/xml/System.Dynamic*/ @dotnet/docs
58+
/xml/System.EnterpriseServices*/ @dotnet/docs
59+
/xml/System.Formats.Asn1/* @bartonjs @GrabYourPitchforks
60+
/xml/System.Formats.Cbor/* @eiriktsarpalis @layomia
61+
/xml/System.Globalization*/ @maryamariyan @michaelgsharp @safern @tarekgh
62+
/xml/System.IO*/ @adamsitnik @carlossanlop @jozkee
63+
/xml/System.IO.Compression*/ @adamsitnik @carlossanlop @jozkee
64+
/xml/System.IO.Pipelines*/ @davidfowl @halter73 @jkotalik
65+
/xml/System.IdentityModel*/ @dotnet/docs
66+
/xml/System.Json*/ @dotnet/docs
67+
/xml/System.Linq*/ @eiriktsarpalis @layomia
68+
/xml/System.Linq.Expressions*/ @cston @333fred
69+
/xml/System.Linq/Parallel*.xml @adamsitnik @carlossanlop @jozkee
70+
/xml/System.Management*/ @Anipik @ViktorHofer
71+
/xml/System.Media*/ @dotnet/docs
72+
/xml/System.Messaging*/ @dotnet/docs
73+
/xml/System.Net*/ @dotnet/ncl
74+
/xml/System.Numerics*/ @tannergooding @pgovind
75+
/xml/System.Printing*/ @dotnet/docs
76+
/xml/System.Reflection*/ @buyaa-n @joperezr @krwq @steveharter
77+
/xml/System.Reflection.Emit*/ @buyaa-n @joperezr @krwq @steveharter
78+
/xml/System.Reflection.Metadata*/ @buyaa-n @joperezr @krwq @steveharter
79+
/xml/System.Resources*/ @buyaa-n @joperezr @krwq
80+
/xml/System.Runtime*/ @pgovind @tannergooding
81+
/xml/System.Runtime.Caching*/ @StephenMolloy @HongGit
82+
/xml/System.Runtime.CompilerServices*/ @buyaa-n @joperezr @krwq
83+
/xml/System.Runtime.InteropServices*/ @AaronRobinsonMSFT @jkoritzinsky
84+
/xml/System.Runtime.Intrinsics*/ @pgovind @tannergooding @echesakovMSFT
85+
/xml/System.Runtime.Serialization*/ @StephenMolloy @HongGit
86+
/xml/System.Runtime.Serialization.Formatters/ @pgovind @tannergooding
87+
/xml/System.Security*/ @bartonjs @GrabYourPitchforks
88+
/xml/System.ServiceModel*/ @HongGit @mconnew
89+
/xml/System.ServiceModel.Syndication/ @StephenMolloy @HongGit
90+
/xml/System.ServiceProcess*/ @Anipik @ViktorHofer
91+
/xml/System.Speech*/ @dotnet/docs
92+
/xml/System.Text*/ @dotnet/docs
93+
/xml/System.Text/Encoding*.xml @eiriktsarpalis @layomia
94+
/xml/System.Text.Encodings.Web*/ @eiriktsarpalis @layomia
95+
/xml/System.Text.Json*/ @eiriktsarpalis @layomia @steveharter
96+
/xml/System.Text.RegularExpressions*/ @pgovind @tannergooding
97+
/xml/System.Threading*/ @kouvel
98+
/xml/System.Threading.Channels*/ @adamsitnik @carlossanlop @jozkee
99+
/xml/System.Threading.Tasks*/ @adamsitnik @carlossanlop @jozkee
100+
/xml/System.Timers*/ @dotnet/docs
101+
/xml/System.Transactions*/ @HongGit
102+
/xml/System.Web*/ @scottaddie
103+
/xml/System.Windows*/ @dotnet/wpf-developers
104+
/xml/System.Windows.Forms*/ @RussKie @merriemcgaw
105+
/xml/System.Workflow*/ @dotnet/docs
106+
/xml/System.Xaml*/ @dotnet/wpf-developers
107+
/xml/System.Xml*/ @buyaa-n @joperezr @krwq
79108

80109
# System.Console
81-
/xml/System/Console** @carlossanlop @eiriktsarpalis
110+
/xml/System/Console* @adamsitnik @carlossanlop @jozkee
82111

83112
# System.Memory
84-
/xml/System/Memory*.xml @GrabYourPitchforks @adsitnik
85-
/xml/System/ReadOnlyMemory*.xml @GrabYourPitchforks @adsitnik
86-
/xml/System/ReadOnlySpan*.xml @GrabYourPitchforks @adsitnik
87-
/xml/System/Span*.xml @GrabYourPitchforks @adsitnik
113+
/xml/System/Memory*.xml @adamsitnik @carlossanlop @jozkee
114+
/xml/System/ReadOnlyMemory*.xml @adamsitnik @carlossanlop @jozkee
115+
/xml/System/ReadOnlySpan*.xml @adamsitnik @carlossanlop @jozkee
116+
/xml/System/Span*.xml @adamsitnik @carlossanlop @jozkee
88117

89-
# System.Runtime
90-
/xml/System/Array.xml @bartonjs @joperezr
118+
# System.Array
119+
/xml/System/Array.xml @pgovind @tannergooding
91120

92121
# System.Uri
93122
/xml/System/Uri.xml @dotnet/ncl
94-
95-
/xml/Microsoft.CSharp**/** @cston @333fred
96-
/xml/Microsoft.SqlServer**/** @stevestein
97-
/xml/Microsoft.VisualBasic**/** @cston @333fred
98-
/xml/Microsoft.Win32**/** @maryamariyan @Anipik

0 commit comments

Comments
 (0)