StyleCop
Analyzes C# source code to enforce a set of style and consistency rules. (by StyleCop)
NsDepCop
NsDepCop is a static code analysis tool that enforces namespace and assembly dependency rules in C# projects. (by realvizu)
StyleCop | NsDepCop | |
---|---|---|
2 | - | |
1,207 | 212 | |
0.2% | 1.4% | |
0.0 | 5.9 | |
over 1 year ago | about 2 months ago | |
C# | C# | |
Microsoft Public License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
StyleCop
Posts with mentions or reviews of StyleCop.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-07.
-
StyleCop VS Metalama - a user suggested alternative
2 projects | 7 Dec 2023
-
Refactor suggestions?
If you are wanting to enforce rules then maybe stylecop will work? https://github.com/StyleCop/StyleCop
NsDepCop
Posts with mentions or reviews of NsDepCop.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning NsDepCop yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing StyleCop and NsDepCop you can also consider the following projects:
CodeMaid - CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
.NET Compiler Platform ("Roslyn") Analyzers
Metrics-Net - The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
BenchmarkDotNet - Powerful .NET library for benchmarking