From 797f097d81a38dc3be0b43b8374abc76cde4ac8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 20:23:32 +0000 Subject: [PATCH 1/2] Initial plan From 6ae2839b51458e6dbfd7207b1ae31120e3d1b918 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 20:26:25 +0000 Subject: [PATCH 2/2] Remove unused usings from IGenericTaskFactory --- Source/EvlWatcher/EvlWatcher/tasks/IGenericTaskFactory.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Source/EvlWatcher/EvlWatcher/tasks/IGenericTaskFactory.cs b/Source/EvlWatcher/EvlWatcher/tasks/IGenericTaskFactory.cs index 3e18906..e31c49b 100644 --- a/Source/EvlWatcher/EvlWatcher/tasks/IGenericTaskFactory.cs +++ b/Source/EvlWatcher/EvlWatcher/tasks/IGenericTaskFactory.cs @@ -1,9 +1,4 @@ -using EvlWatcher.Config; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using EvlWatcher.Config; namespace EvlWatcher.Tasks {