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
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
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