Skip to content

Remove unused imports from IGenericTaskFactory#157

Merged
devnulli merged 2 commits into
v2.1.7from
copilot/fix-remove-kthx
Jun 5, 2026
Merged

Remove unused imports from IGenericTaskFactory#157
devnulli merged 2 commits into
v2.1.7from
copilot/fix-remove-kthx

Conversation

Copilot AI commented Jun 5, 2026

Copy link
Copy Markdown

This PR addresses the linked review feedback by applying only the requested cleanup in IGenericTaskFactory.cs: remove unnecessary using directives and keep the file scoped to what it actually depends on.

  • Scope

    • Updated a single file: Source/EvlWatcher/EvlWatcher/tasks/IGenericTaskFactory.cs
    • No behavioral or API changes
  • Change

    • Removed unused framework imports (System*) and retained only the required project import.
  • Resulting file shape

    using EvlWatcher.Config;
    
    namespace EvlWatcher.Tasks
    {
        public interface IGenericTaskFactory
        {
            IPBlockingLogTask CreateFromConfiguration(IPersistentTaskConfiguration config);
        }
    }

Copilot AI changed the title [WIP] Fix code by removing the using kthx Remove unused imports from IGenericTaskFactory Jun 5, 2026
Copilot AI requested a review from devnulli June 5, 2026 20:27
@devnulli

devnulli commented Jun 5, 2026

Copy link
Copy Markdown
Owner

gee this AI workflows surely escalate

@devnulli devnulli marked this pull request as ready for review June 5, 2026 20:30
@devnulli devnulli merged commit a0f5b68 into v2.1.7 Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants