Skip to content

SameNameForAssemblyAndRootNamespace

Andrey Lipatkin edited this page Mar 4, 2015 · 1 revision

What this rule is about?

TODO

Why should I enable this rule?

TODO

How to enable/configure this rule

<Rules>
...
<SameNameForAssemblyAndRootNamespace enabled="true">
  <Exception>
    <Project>ProjectToExcludeFromCheck.csproj</Project>
  </Exception>
</SameNameForAssemblyAndRootNamespace>
...
</Rules>