From 0183a4670b61ee6fad49d98492f898575df720b2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:26:01 +0000 Subject: [PATCH 1/3] Initial plan From ed758f57bacf717fddd8cbf67de6ea718a2c0cf3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:29:58 +0000 Subject: [PATCH 2/3] Update MSTest from 4.0.2 to 4.1.0 to fix test discovery - Updated MSTest.TestFramework to 4.1.0 in FeatureSwitches.MSTest.csproj - Updated MSTest.Sdk to 4.1.0 in global.json - All tests discovered and passing with MSTest 4.1.0 Co-authored-by: jr01 <2624681+jr01@users.noreply.github.com> --- global.json | 2 +- src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 364d60e..e774c1a 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestMajor" }, "msbuild-sdks": { - "MSTest.Sdk": "4.0.2" + "MSTest.Sdk": "4.1.0" }, "test": { "runner": "Microsoft.Testing.Platform" diff --git a/src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj b/src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj index 1506fb8..60377a8 100644 --- a/src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj +++ b/src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj @@ -11,6 +11,6 @@ - + From 22593a45f8adf1378e05bdc2ddef47d9bc232c03 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:47:08 +0000 Subject: [PATCH 3/3] Update FeatureSwitches.MSTest nuget package version to 10.1.0 Co-authored-by: jr01 <2624681+jr01@users.noreply.github.com> --- src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj b/src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj index 60377a8..1b7b00d 100644 --- a/src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj +++ b/src/FeatureSwitches.MSTest/FeatureSwitches.MSTest.csproj @@ -3,7 +3,7 @@ FeatureSwitches MSTest FeatureSwitches.MSTest - 10.0.0 + 10.1.0