Unused imports in controllers

Open Beginner friendly
#93 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
66/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Quiet
Tech stack
csharp
Domain
backend

Research direction

Start with Appy/Controllers/AppointmentController.cs lines 1–10, then inspect the other controller files for unused using directives. Check .editorconfig for the IDE0005 diagnostic and decide whether the cleanup or warning configuration matches the project’s intended scope. Done means unused directives are removed or IDE0005 is enabled consistently across controllers.

Written by the indexing model from the issue text.

Description

enhancement llm generated low priority

Description

Several controller files contain unused using directives that add noise and make it harder to understand actual dependencies.

Location

  • Appy/Controllers/AppointmentController.cs (lines 1–10)
  • Likely affects other controllers

Suggested Fix

Run the IDE's "Remove Unused Usings" refactor across all controller files, or enable the IDE0005 diagnostic as a warning in .editorconfig to catch these automatically.

Dominant language
TypeScript
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Worly/Appy

All issues in Worly/Appy

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.