StyleCopCmd is a command-line driven interface to Microsoft's source code analysis tool, StyleCop.

Project Activity

See All Activity >

License

BSD License

Follow StyleCopCmd

StyleCopCmd Web Site

You Might Also Like
Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
Achieve perfect load balancing with a flexible Open Source Load Balancer

Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

User Reviews

  • Hi, I found a bug in StyleCopCmd when I use it. In the function AddSolutionFile of class ReportBuilder, if the project file path nested too long, such as "C:\WorkDir\Trunk\GLPC\DUU\DelMS_Release_20131006\DCC\SourceCode\Solutions\..\..\..\..\Common\WebSupport\Tsu.Apc.Libraries.WebResources\Tsu.Apc.Libraries.WebResources.csproj", it throw an path length error. The longest file name should be smaller than 260, and longest folder name could not beyond 240. So, for the code, var ppath = Path.GetFullPath( Path.GetDirectoryName( Path.GetFullPath(solutionFilePath))) + "\\" + sm.Groups["ppath"].Value; it is better to be encapsulated by Path.GetFullPath again: var ppath = Path.GetFullPath(Path.GetFullPath( Path.GetDirectoryName( Path.GetFullPath(solutionFilePath))) + "\\" + sm.Groups["ppath"].Value); It can remove "..\..\", thus, it can get the shortest file name of each cs file in the project. This method resolved the issue I encountered.
Read more reviews >

Additional Project Details

Operating Systems

Windows

Languages

English

Intended Audience

Information Technology

User Interface

Command-line

Programming Language

C#

Related Categories

C# Build Tools, C# Frameworks, C# Documentation Software, C# QA Automation Software, C# Profiling Software

Registered

2008-10-07