Why is this an issue?

Having unused types adversely affects code readability, as their presence is confusing. Code that is never used should be removed to keep codebases clean and maintainable.

Note that this rule excludes class and record helpers, as they augment another type and do not need to be directly referenced.

How to fix it

Remove the unused type.