You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Title | IDE0005 Remove unnecessary using directives |
8
+
| CheckId | IDE0005 |
9
+
| Category | Style |
10
+
| Link |https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005|
11
+
12
+
### What is the problem
13
+
This rule detects unused usings which can simply be removed. This rule is currently not a part of our coding rules and it should be.
14
+
15
+
### Decision
16
+
17
+
We update the `root/.editorconfig` with `severity = warning` and a doc-link.
18
+
19
+
### Reason & arguments
20
+
21
+
* This rule detects code that can be removed and no code is better than no code - see dissuction in [Issue #74](https://github.com/atc-net/atc-coding-rules/issues/74).
0 commit comments