From dc4513a4d2b5e6e01cf0be14839336215c5dc035 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:25:31 +0000 Subject: [PATCH 1/3] Initial plan From b407eb4b5e720476739ffde586f3047963cf545a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:52:21 +0000 Subject: [PATCH 2/3] Pin Microsoft.Testing.Platform to 2.0.0 and use AddTestSessionLifetimeHandle Agent-Logs-Url: https://github.com/Tyrrrz/GitHubActionsTestLogger/sessions/2c799389-28de-48be-9d10-d5d4359c21bd Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- GitHubActionsTestLogger/GitHubActionsTestLogger.csproj | 6 +++++- GitHubActionsTestLogger/MtpIntegration.cs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj b/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj index b9b5266..df35969 100644 --- a/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj +++ b/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj @@ -30,7 +30,11 @@ - + diff --git a/GitHubActionsTestLogger/MtpIntegration.cs b/GitHubActionsTestLogger/MtpIntegration.cs index 9e567bd..997b6d2 100644 --- a/GitHubActionsTestLogger/MtpIntegration.cs +++ b/GitHubActionsTestLogger/MtpIntegration.cs @@ -31,7 +31,7 @@ public void AddGitHubActionsReporting(TextWriter commandWriter, TextWriter summa ); testApplicationBuilder.TestHost.AddDataConsumer(compositeExtension); - testApplicationBuilder.TestHost.AddTestSessionLifetimeHandler(compositeExtension); + testApplicationBuilder.TestHost.AddTestSessionLifetimeHandle(compositeExtension); testApplicationBuilder.CommandLine.AddProvider(() => new MtpLoggerOptionsProvider()); } From f3bc80cd96eb43bb18486a19f9739d32124d9ce0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:13:56 +0000 Subject: [PATCH 3/3] Add comment explaining Microsoft.Testing.Platform VersionOverride Agent-Logs-Url: https://github.com/Tyrrrz/GitHubActionsTestLogger/sessions/8f7f1726-dc8d-4200-b581-aa99ec66eae0 Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- GitHubActionsTestLogger/GitHubActionsTestLogger.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj b/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj index df35969..67ee570 100644 --- a/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj +++ b/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj @@ -30,6 +30,8 @@ +