From f01695438f0409bfe419f6d508997f27b88fe88f Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 11 Nov 2025 23:56:56 +0100 Subject: [PATCH 1/2] Fix CODEOWNERS for CLI commands directories --- CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 4591eb1ff8d7..8b5e17b2df53 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -31,7 +31,7 @@ /src/WasmSdk @lewing @akoeplinger @pavelsavara @maraf # Area-Format -/src/Cli/dotnet/commands/dotnet-format @phil-allen-msft +/src/Cli/dotnet/Commands/Format @phil-allen-msft /test/dotnet-format.UnitTests @phil-allen-msft # Area-NuGet @@ -47,12 +47,12 @@ /test/dotnet.Tests/CommandTests/Restore @dotnet/nuget-team # Area-FSharp -/src/Cli/dotnet/commands/dotnet-fsi @dotnet/fsharp +/src/Cli/dotnet/Commands/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 +/src/Cli/dotnet/Commands/Test @dotnet/dotnet-testing-admin +/src/Cli/dotnet/Commands/VSTest @dotnet/dotnet-testing-admin /test/dotnet-test.Tests @dotnet/dotnet-testing-admin /test/dotnet-vstest.Tests @dotnet/dotnet-testing-admin /test/dotnet-new.IntegrationTests @dotnet/dotnet-testing-admin @@ -61,7 +61,7 @@ /template_feed/Microsoft.DotNet.Common.*/content/XUnit* @dotnet/dotnet-testing-admin # Area-Templates -/src/Cli/dotnet/commands/dotnet-new @dotnet/templating-engine-maintainers +/src/Cli/dotnet/Commands/New @dotnet/templating-engine-maintainers /src/Cli/Microsoft.TemplateEngine.Cli @dotnet/templating-engine-maintainers /test/dotnet-new.IntegrationTests @dotnet/templating-engine-maintainers /test/Microsoft.TemplateEngine.* @dotnet/templating-engine-maintainers @@ -117,4 +117,4 @@ # Area-Infrastructure .vsts-ci.yml @MiYanni .vsts-pr.yml @MiYanni -/eng/pipelines @MiYanni \ No newline at end of file +/eng/pipelines @MiYanni From b169d2c55a36a9987cb006ef73a4581791b288e5 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Wed, 12 Nov 2025 15:18:09 +0100 Subject: [PATCH 2/2] Fix more --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 8b5e17b2df53..56b8d3dacc51 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -53,8 +53,8 @@ # Area-DotNet Test /src/Cli/dotnet/Commands/Test @dotnet/dotnet-testing-admin /src/Cli/dotnet/Commands/VSTest @dotnet/dotnet-testing-admin -/test/dotnet-test.Tests @dotnet/dotnet-testing-admin -/test/dotnet-vstest.Tests @dotnet/dotnet-testing-admin +/test/dotnet.Tests/CommandTests/Test @dotnet/dotnet-testing-admin +/test/dotnet.Tests/CommandTests/VSTest @dotnet/dotnet-testing-admin /test/dotnet-new.IntegrationTests @dotnet/dotnet-testing-admin /template_feed/Microsoft.DotNet.Common.*/content/MSTest* @dotnet/dotnet-testing-admin /template_feed/Microsoft.DotNet.Common.*/content/NUnit* @dotnet/dotnet-testing-admin