atc-net/atc-coding-rules

Rule: IDE0005

Noblix opened this issue · 0 comments

Rule summary

Value
Title IDE0005 Remove unnecessary using directives
CheckId IDE0005
Category Style
Link https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005

What is the problem

This rule detects unused usings which can simply be removed. This rule is currently not a part of our coding rules and I think it should be.

Suggestion

It should be added as a warning to the root editorconfig