sdk/CODEOWNERS
Line: 11: incorrect codeowner user: vijayrkn Line: 11: no users/groups matched Line: 12: incorrect codeowner user: vijayrkn Line: 12: no users/groups matched Line: 15: no users/groups matched Line: 16: no users/groups matched Line: 17: no users/groups matched Line: 18: no users/groups matched Line: 19: no users/groups matched Line: 20: no users/groups matched Line: 21: no users/groups matched Line: 22: no users/groups matched Line: 23: no users/groups matched Line: 24: no users/groups matched Line: 25: no users/groups matched Line: 26: no users/groups matched Line: 27: no users/groups matched Line: 30: incorrect codeowner user: lewing Line: 30: incorrect codeowner user: akoeplinger Line: 30: incorrect codeowner user: pavelsavara Line: 30: incorrect codeowner user: maraf Line: 30: no users/groups matched Line: 33: incorrect codeowner user: sharwell Line: 33: incorrect codeowner user: arkalyanms Line: 33: no users/groups matched Line: 34: incorrect codeowner user: sharwell Line: 34: incorrect codeowner user: arkalyanms Line: 34: no users/groups matched Line: 37: no users/groups matched Line: 38: no users/groups matched Line: 39: no users/groups matched Line: 40: no users/groups matched Line: 41: no users/groups matched Line: 42: no users/groups matched Line: 45: no users/groups matched Line: 46: no users/groups matched Line: 49: no users/groups matched Line: 50: no users/groups matched Line: 51: no users/groups matched Line: 52: no users/groups matched Line: 55: no users/groups matched Line: 56: no users/groups matched Line: 57: no users/groups matched Line: 58: no users/groups matched Line: 59: no users/groups matched Line: 60: no users/groups matched Line: 64: no users/groups matched Line: 65: incorrect codeowner user: AntonLapounov Line: 65: no users/groups matched Line: 66: incorrect codeowner user: AntonLapounov Line: 66: no users/groups matched Line: 67: no users/groups matched Line: 68: incorrect codeowner user: AntonLapounov Line: 68: no users/groups matched Line: 70: incorrect codeowner user: AntonLapounov Line: 70: no users/groups matched Line: 72: incorrect codeowner user: sujitnayak Line: 72: no users/groups matched Line: 75: incorrect codeowner user: tmat Line: 75: incorrect codeowner user: arkalyanms Line: 75: no users/groups matched Line: 76: incorrect codeowner user: tmat Line: 76: incorrect codeowner user: arkalyanms Line: 76: no users/groups matched Line: 77: no users/groups matched Line: 78: incorrect codeowner user: tmat Line: 78: incorrect codeowner user: arkalyanms Line: 78: no users/groups matched Line: 79: no users/groups matched Line: 80: incorrect codeowner user: BillHiebert Line: 80: no users/groups matched Line: 83: no users/groups matched Line: 84: no users/groups matched Line: 85: no users/groups matched Line: 86: no users/groups matched Line: 89: no users/groups matched Line: 90: no users/groups matched Line: 91: no users/groups matched Line: 92: no users/groups matched Line: 95: no users/groups matched Line: 96: no users/groups matched Line: 97: no users/groups matched Line: 98: no users/groups matched Line: 101: no users/groups matched Line: 102: no users/groups matched Line: 105: no users/groups matched Line: 106: no users/groups matched Line: 107: no users/groups matched Line: 108: no users/groups matched Line: 109: no users/groups matched Line: 110: no users/groups matched

111 строки
5.3 KiB
Plaintext

# This is a comment.
# Each line is a file pattern followed by one or more owners.
# 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-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-compiler
/test/Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests/ @dotnet/aspnet-blazor-eng
/test/Microsoft.NET.Sdk.Razor.Tests/ @dotnet/razor-compiler
/test/Microsoft.NET.Sdk.Razor.Tool.Tests/ @dotnet/razor-compiler
/test/TestAssets/TestPackages/PackageLibraryDirectDependency/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestPackages/PackageLibraryTransitiveDependency/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/Razor*/ @dotnet/razor-compiler
# Area-Wasm
/src/WasmSdk @lewing @akoeplinger @pavelsavara @maraf
# Area-Format
/src/Cli/dotnet/commands/dotnet-format @sharwell @arkalyanms
/test/dotnet-format.Tests @sharwell @arkalyanms
# Area-NuGet
/src/Cli/dotnet/commands/dotnet-add/dotnet-add-package @dotnet/nuget-team
/test/dotnet-add-package.Tests @dotnet/nuget-team
/src/Cli/dotnet/commands/dotnet-nuget @dotnet/nuget-team
/test/dotnet-nuget.UnitTests @dotnet/nuget-team
/src/Cli/dotnet/commands/dotnet-list/dotnet-list-package @dotnet/nuget-team
/test/dotnet-list-package.Tests @dotnet/nuget-team
# Area-FSharp
/src/Cli/dotnet/commands/dotnet-fsi @dotnet/fsharp
/test/dotnet-fsi.Tests @dotnet/fsharp
# Area-DotNet Test
/src/Cli/dotnet/commands/dotnet-test @dotnet/dotnet-testing-admin
/src/Cli/dotnet/commands/dotnet-vstest @dotnet/dotnet-testing-admin
/test/dotnet-test.Tests @dotnet/dotnet-testing-admin
/test/dotnet-vstest.Tests @dotnet/dotnet-testing-admin
# Area-Templates
/src/Cli/dotnet/commands/dotnet-new @dotnet/templating-engine-maintainers
/src/Cli/dotnet-new3 @dotnet/templating-engine-maintainers
/src/Cli/Microsoft.TemplateEngine.Cli @dotnet/templating-engine-maintainers
/test/dotnet-new.Tests @dotnet/templating-engine-maintainers
/test/Microsoft.TemplateEngine.* @dotnet/templating-engine-maintainers
/template_feed @dotnet/templating-engine-maintainers
# ILLink and ReadyToRun targets and tasks owned by runtime team
# Area-ILLink Area-ReadyToRun
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets @dotnet/illink
/src/Tasks/Microsoft.NET.Build.Tasks/PrepareForReadyToRunCompilation.cs @AntonLapounov
/src/Tasks/Microsoft.NET.Build.Tasks/RunReadyToRunCompiler.cs @AntonLapounov
/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs @dotnet/illink
/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishReadyToRun.cs @AntonLapounov
# 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 @AntonLapounov @dotnet/dotnet-cli
# Area-ClickOnce
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ClickOnce.targets @sujitnayak
# Area-Watch
/test/TestAssets/TestProjects/Watch*/ @tmat @arkalyanms @dotnet/roslyn-ide
/test/dotnet-watch.Tests/ @tmat @arkalyanms @dotnet/roslyn-ide
/test/Microsoft.AspNetCore.Watch.BrowserRefresh.Tests/ @dotnet/aspnet-blazor-eng
/src/BuiltInTools/* @tmat @arkalyanms @dotnet/roslyn-ide
/src/BuiltInTools/BrowserRefresh @dotnet/aspnet-blazor-eng
/src/BuiltInTools/AspireService @BillHiebert @dotnet/aspnet-blazor-eng
# Compatibility tools owned by runtime team
/src/Compatibility/ @dotnet/area-infrastructure-libraries
/test/Microsoft.DotNet.ApiCompatibility*/ @dotnet/area-infrastructure-libraries
/test/Microsoft.DotNet.ApiCompat*/ @dotnet/area-infrastructure-libraries
/test/Microsoft.DotNet.PackageValidation*/ @dotnet/area-infrastructure-libraries
# Area-GenAPI
/src/Compatibility/GenAPI/ @dotnet/area-infrastructure-libraries
/src/Compatibility/Microsoft.DotNet.ApiSymbolExtensions/ @dotnet/area-infrastructure-libraries
/test/Microsoft.DotNet.GenAPI/ @dotnet/area-infrastructure-libraries
/test/Microsoft.DotNet.ApiSymbolExtensions.Tests/ @dotnet/area-infrastructure-libraries
# Area: dotnet containers
/src/Cli/Containers @dotnet/sdk-container-builds-maintainers
/test/containerize.UnitTests @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
# dotnet-format
/src/BuiltInTools/dotnet-format @dotnet/roslyn-ide
/test/dotnet-format.Tests @dotnet/roslyn-ide
# Area: VMR & SourceBuild
/.devcontainer/ @dotnet/source-build @dotnet/product-construction
/eng/pipelines/ @dotnet/source-build @dotnet/product-construction
/eng/DotNetBuild.props @dotnet/source-build @dotnet/product-construction
/eng/SourceBuild* @dotnet/source-build
/src/SourceBuild/ @dotnet/source-build @dotnet/product-construction
/src/VirtualMonoRepo/ @dotnet/product-construction