Language: C# | Type: CODE_SMELL | Severity: Minor
Tags: unused
Namespaces with no lines of code clutter a project and should be removed.
namespace MyEmptyNamespace // Noncompliant { }