Skip to content

Remove unused using directives in CalculateLayoutCodeBehind.cs#12175

Draft
jonathanpeppers with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-finder-remove-unused-directives
Draft

Remove unused using directives in CalculateLayoutCodeBehind.cs#12175
jonathanpeppers with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-finder-remove-unused-directives

Conversation

Copilot AI commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

CalculateLayoutCodeBehind.cs had two unused using directives. System.Collections.Concurrent has no usages in the file, and System.Threading is unnecessary since System.Threading.Tasks.Task is fully qualified on RunTaskAsync().

Changes

  • Removed using System.Collections.Concurrent; and using System.Threading; from CalculateLayoutCodeBehind.cs

Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove unused using directives in CalculateLayoutCodeBehind.cs Remove unused using directives in CalculateLayoutCodeBehind.cs Jul 19, 2026
Copilot AI requested a review from jonathanpeppers July 19, 2026 02:29
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.

[fix-finder] Remove unused using directives in CalculateLayoutCodeBehind.cs

2 participants