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

Other Useful Business Software
Migrate to innovate with Red Hat Enterprise Linux on Azure Icon
Migrate to innovate with Red Hat Enterprise Linux on Azure

Streamline your IT modernization journey with a holistic environment running Red Hat Enterprise Linux on Azure.

With Red Hat Enterprise Linux on Azure, businesses can confidently modernize their IT environment, knowing they don’t have to compromise on security, scalability, reliability, and ease of management. Securely accelerate innovation and unlock a competitive edge with enterprise-grade modern cloud infrastructure.
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