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
PMG Low-Code Automation Platform Icon
PMG Low-Code Automation Platform

For companies of all sizes interested in a low-code and digital process automation platform

PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
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