Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2018-10-17 22:26:47 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-17 22:26:47 +0300
commit95017ad9e49cb88f27474c9b7e00a78cdacc8187 (patch)
tree5eeb2c601afd21117600489ad392df86c543d2af /.github/CODEOWNERS
parenta282040c96f4365c1f5cdea8639f441c65f26d68 (diff)
Add myself as code owner of `mono/native` and some managed code. (#11228)
- `mono/native` - `/mcs/class/corlib/Mono` (dependency injector, mono native, pal, certificates) - `mcs/class/corlib/System.Security.Cryptography.X509Certificates` - `/mcs/class/System/Mono` (PAL, certificates and dependency injector) - `/mcs/class/System/System.Security.Cryptography.X509Certificates`
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5fd2656f9d1..48d3adec484 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -42,17 +42,21 @@
/mcs/build @marek-safar @akoeplinger
/mcs/class @marek-safar @akoeplinger
+/mcs/class/corlib/Mono @baulig
/mcs/class/corlib/System.Reflection*/ @vargaz @lambdageek
+/mcs/class/corlib/System.Security.Cryptography.X509Certificates @baulig
/mcs/class/Mono.Btls.Interface @baulig
/mcs/class/Mono.Data.Tds @egorbo
/mcs/class/Mono.Debugger.Soft @vargaz
/mcs/class/Mono.Options @jonpryor
/mcs/class/Mono.Profiler.Log @alexrp
/mcs/class/Mono.Security/Mono.Security/Interface @baulig
+/mcs/class/System/Mono @baulig
/mcs/class/System/Mono.AppleTls @baulig
/mcs/class/System/Mono.Btls @baulig
/mcs/class/System/Mono.Net.Security @baulig
/mcs/class/System/Mono.Security.Interface @baulig
+/mcs/class/System/System.Security.Cryptography.X509Certificates @baulig
/mcs/class/System.Data* @egorbo
/mcs/errors @marek-safar
@@ -87,6 +91,8 @@
/mono/mini/*profiler* @alexrp
/mono/mini/debugger-agent.c @DavidKarlas
+/mono/native @baulig
+
/mono/profiler @alexrp @kumpera
/mono/sgen @BrzVlad @kumpera