Skip to content

Remove unused using directives in CalculateLayoutCodeBehind.cs#12175

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

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
@jonathanpeppers
jonathanpeppers marked this pull request as ready for review July 20, 2026 13:01
Copilot AI review requested due to automatic review settings July 20, 2026 13:01
@jonathanpeppers jonathanpeppers added the ready-to-review This PR is ready to review/merge, I think any CI failures are just flaky (ignorable). label Jul 20, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes unused using directives from CalculateLayoutCodeBehind.cs in Xamarin.Android.Build.Tasks, reducing unnecessary imports without changing behavior.

Changes:

  • Removed using System.Collections.Concurrent; (no references in the file).
  • Removed using System.Threading; (the only threading usage is fully-qualified as System.Threading.Tasks.Task).

@jonathanpeppers
jonathanpeppers enabled auto-merge (squash) July 20, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-review This PR is ready to review/merge, I think any CI failures are just flaky (ignorable).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants