Skip to content

Latest commit

 

History

History
111 lines (110 loc) · 8.05 KB

area-owners.md

File metadata and controls

111 lines (110 loc) · 8.05 KB

Below table shows the combined area owners on this repository:

Area Owners / experts Description
area-AssemblyLoader @jeffschwMSFT @vitek-karas
area-CodeGen @BruceForstall @dotnet/jit-contrib
area-CrossGen/NGEN @fadimounir
area-crossgen2 @nattress @MichalStrehovsky @trylek @fadimounir
area-DependencyModel @eerhardt Microsoft.Extensions.DependencyModel
area-Diagnostics @tommcdon
area-ExceptionHandling @janvorli
area-GC @Maoni0
area-Host @jeffschwMSFT @vitek-karas @swaroop-sridhar Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll and hostpolicy.dll
area-HostModel @vitek-karas @swaroop-sridhar
area-ILTools @BruceForstall @dotnet/jit-contrib
area-Infrastructure-coreclr @jeffschwMSFT @jashook @trylek
area-Infrastructure-installer @dleeapho @wtgodbe @dagood
area-Infrastructure-libraries @ViktorHofer @ericstj @wtgodbe @safern @Anipik Covers:
  • Packaging
  • Build and test infra for libraries in dotnet/runtime repo
  • VS integration

area-Infrastructure @ViktorHofer @jeffschwMSFT @dleeapho
area-Interop @jeffschwMSFT @AaronRobinsonMSFT
area-Meta @joperezr Issues without clear association to any specific API/contract, e.g.
  • new contract proposals
  • cross-cutting code/test pattern changes (e.g. FxCop failures)
  • project-wide docs

area-Meta-corelib @joperezr
area-PAL @janvorli
area-R2RDump @nattress
area-ReadyToRun @fadimounir
area-Setup @dagood @dleeapho Distro-specific (Linux, Mac and Windows) setup packages and msi files
area-SDK @janvorli General development issues and overlap with the SDK and CLI
area-Serialization @StephenMolloy @HongGit Packages:
  • System.Runtime.Serialization.Xml
  • System.Runtime.Serialization.Json
  • System.Private.DataContractSerialization
  • System.Xml.XmlSerializer
Excluded:
  • System.Runtime.Serialization.Formatters
area-Snap @dleeapho @leecow @MichaelSimons
area-TieredCompilation @kouvel
area-Tizen @alpencolt @gbalykov
area-Tracing @sywhang @josalem
area-TypeSystem @davidwrighton @MichalStrehovsky @fadimounir
area-UWP @nattress UWP-specific issues including Microsoft.NETCore.UniversalWindowsPlatform and Microsoft.Net.UWPCoreRuntimeSdk
area-VM @sergiy-k
area-AssemblyLoader-mono @CoffeeFlux
area-Codegen-meta-mono @vargaz
area-Codegen-JIT-mono @SamMonoRT
area-Codegen-AOT-mono @SamMonoRT
area-Codegen-Interpreter-mono @BrzVlad
area-CoreLib-mono @steveisok
area-GC-mono @BrzVlad
area-Build-mono @akoeplinger
area-Infrastructure-mono @directhex
area-Debugger-mono @thaystg
area-VM-meta-mono @lambdageek
area-Threading-mono @lambdageek
area-Tracing-mono @lambdageek
area-Performance-mono @SamMonoRT
System contract assemblies
area-System.AppContext @safern @Anipik
area-System.Buffers @layomia @JeremyKuhne @ahsonkhan
area-System.CodeDom @buyaa-n @krwq
area-System.Collections @safern Excluded:
  • System.Array -> System.Runtime
area-System.ComponentModel @maryamariyan @safern
area-System.ComponentModel.DataAnnotations @lajones @ajcvickers
area-System.Composition @maryamariyan @ViktorHofer
area-System.Configuration @maryamariyan @safern
area-System.Console @wtgodbe
area-System.Data @ajcvickers @cheenamalhotra @david-engel
area-System.Data.SqlClient @cheenamalhotra @david-engel @karinazhou @JRahnama Archived component - limited churn/contributions (see https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/)
area-System.Diagnostics @tommcdon @wtgodbe @krwq
  • System.Diagnostics.EventLog - @Anipik
area-System.Diagnostics.Process @wtgodbe @krwq
area-System.Diagnostics.Tracing @noahfalk @tommcdon @Anipik Packages:
  • System.Diagnostics.DiagnosticSource
  • System.Diagnostics.PerformanceCounter - @Anipik
  • System.Diagnostics.Tracing
  • System.Diagnostics.TraceSource - @Anipik

area-System.DirectoryServices @tquerec @josephisenhour
area-System.Drawing @safern @maryamariyan
area-System.Dynamic.Runtime @cston @333fred Archived component - limited churn/contributions (see #33170)
area-System.Globalization @krwq @tarekgh
area-System.IO @JeremyKuhne @carlossanlop
area-System.IO.Compression @carlossanlop @ahsonkhan @ViktorHofer
area-System.IO.Packaging @JeremyKuhne @carlossanlop
area-System.IO.Pipelines @davidfowl @halter73 @jkotalik @anurse
area-System.Linq @maryamariyan
area-System.Linq.Expressions @cston @333fred Archived component - limited churn/contributions (see #33170)
area-System.Linq.Parallel @tarekgh @kouvel
area-System.Management @Anipik WMI
area-System.Memory @ahsonkhan
area-System.Net @davidsh @wfurt @scalablecory @eiriktsarpalis @karelz Included:
area-System.Net.Http @davidsh @wfurt @scalablecory @eiriktsarpalis @karelz
area-System.Net.Security @davidsh @wfurt @scalablecory @eiriktsarpalis @karelz
area-System.Net.Sockets @davidsh @wfurt @scalablecory @eiriktsarpalis @karelz
area-System.Numerics @tannergooding @ViktorHofer
area-System.Numerics.Tensors @tannergooding
area-System.Reflection @steveharter @GrabYourPitchforks
area-System.Reflection.Emit @steveharter @GrabYourPitchforks
area-System.Reflection.Metadata @tmat @nguerrera
area-System.Resources @krwq @tarekgh
area-System.Runtime @bartonjs @joperezr Included:
  • System.Runtime.Serialization.Formatters
  • System.Runtime.InteropServices.RuntimeInfo
  • System.Array
Excluded:
  • Path -> System.IO
  • StopWatch -> System.Diagnostics
  • Uri -> System.Net
  • WebUtility -> System.Net
area-System.Runtime.Caching @StephenMolloy @HongGit
area-System.Runtime.CompilerServices @Anipik
area-System.Runtime.Extensions @Anipik
area-System.Runtime.InteropServices @AaronRobinsonMSFT @jkoritzinsky Excluded:
  • System.Runtime.InteropServices.RuntimeInfo
area-System.Runtime.Intrinsics @tannergooding @CarolEidt @RussKeldorph
area-System.Security @bartonjs @GrabYourPitchforks
area-System.Security.Cryptography.Xml @bartonjs
area-System.ServiceModel N/A dotnet/wcf (except System.ServiceModel.Syndication)
area-System.ServiceModel.Syndication @StephenMolloy @HongGit
area-System.ServiceProcess @Anipik
area-System.Text.Encoding @layomia @krwq @tarekgh
area-System.Text.Encodings.Web @GrabYourPitchforks @layomia @tarekgh
area-System.Text.Json @ahsonkhan @steveharter
area-System.Text.RegularExpressions @ViktorHofer @maryamariyan
area-System.Threading @kouvel
area-System.Threading.Channels @tarekgh @stephentoub
area-System.Threading.Tasks @tarekgh @stephentoub
area-System.Transactions @dasetser @HongGit
area-System.Xml @buyaa-n @krwq
Microsoft contract assemblies
area-Microsoft.CSharp @cston @333fred Archived component - limited churn/contributions (see #33170)
area-Microsoft.VisualBasic @cston @333fred Archived component - limited churn/contributions (see #33170)
area-Microsoft.Win32 @maryamariyan @Anipik