-
# The *Why*
Verbiage from the actual StyleCop
> The goal is to define guidelines to enforce consistent style and formatting and help developers avoid common pitfalls and mistakes.
>
> StyleC…
-
I'm new to StyleCop and I would like to use it "standalone" (run headlessly as part of a CI build). I have found repo https://github.com/bbadjari/stylecopcli that seems to simply command-line executio…
-
The StyleCop nuget should probably be made a private asset so that it doesn't impose any rules as transitive dependency onto other projects. I added some of the full node nuget packages into my own pr…
-
While settings in an `ItemGroup` work well for this project, when one starts using them, they really clutter the project view.
An example is the following opt-out section:
```xml
…
-
```
Microsoft has recently released StyleCop for source code analysis:
http://code.msdn.microsoft.com/sourceanalysis/
I think it would be great if NetTiers could be changed to produce code
that pass…
-
https://github.com/StyleCop is my spirit animal.
-
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/Configuration.md#sharing-configuration-among-solutions describes how to package a `stylecop.ruleset` file in order to sha…
-
We should migrate to Roslyn based analyzers.
The advantage is that they are downloaded using nuget, no tools to install ;-)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers
tibel updated
5 years ago
-
Sonar (PMD).
NDepend (JDepend & FindBugs).
StyleCop (Checkstyle).
Code Metrics (Visual Studio) (JavaNCSS).
Snyk.
-