From b5354bc9488022ab65a899f5cf6d6a3011a664b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:14:08 +0000 Subject: [PATCH 1/2] Initial plan From ce78cf1041c156f6f467a3ea785ee4749c6890e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:18:43 +0000 Subject: [PATCH 2/2] Move mutation testing from xUnit subsection to top-level Testing section Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com> --- docs/navigate/devops-testing/toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/navigate/devops-testing/toc.yml b/docs/navigate/devops-testing/toc.yml index 522deae933da2..60e8585352339 100644 --- a/docs/navigate/devops-testing/toc.yml +++ b/docs/navigate/devops-testing/toc.yml @@ -55,8 +55,6 @@ items: displayName: tutorials, cli - name: Generate unit tests with GitHub Copilot href: ../../core/testing/unit-testing-with-copilot.md - - name: Mutation testing - href: ../../core/testing/mutation-testing.md - name: NUnit items: - name: C# unit testing @@ -301,6 +299,8 @@ items: href: ../../core/testing/order-unit-tests.md - name: Unit test code coverage href: ../../core/testing/unit-testing-code-coverage.md + - name: Mutation testing + href: ../../core/testing/mutation-testing.md - name: Live unit test with Visual Studio href: /visualstudio/test/live-unit-testing-start?toc=/dotnet/navigate/devops-testing/toc.json&bc=/dotnet/breadcrumb/toc.json - name: Publishing