FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

FilesIncludedIntoProject · Litee/SolutionCop Wiki · GitHub

FilesIncludedIntoProject

Andrey Lipatkin edited this page Feb 10, 2015 · 1 revision

What this rule is about?

TODO

Why should I enable this rule?

TODO

How to enable/configure this rule

<Rules>
...
<FilesIncludedIntoProject enabled="true">
  <FileName>*.cs</FileName>
  <Exception>
    <Project>ProjectToExcludeFromCheck.csproj</Project>
  </Exception>
  <Exception>
    <Project>ProjectWithSpecificException.csproj</Project>
    <FileName>ProjectSpecificException*.cs</FileName>
  </Exception>
  <Exception>
    <FileName>*.global.exception.pattern.cs</FileName>
  </Exception>
</FilesIncludedIntoProject>
...
</Rules>

Wiki pages Pages 17

Clone this wiki locally


Back | FazBrowse Home | New Git URL