Microsoft StyleCop: Source Analysis for C#
We are very excited to announce the release of a new developer tool from Microsoft, Source Analysis for C#. This tool is known internally within Microsoft as StyleCop, and has been used for many years now to help teams enforce a common set of best practices for layout, readability, maintainability, and documentation of C# source code. Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation. Most of that information is stripped away during the compilation process, and thus cannot be analyzed by FxCop.
3 other people have commented on this bookmark
| Name | Title | Rating | When | |
|---|---|---|---|---|
| Gandola | Microsoft Source Analysis for C# : Announcing the release... |
Not rated yet.
|
May 28, 2008 | |
We are very excited to announce the release of a new developer tool from Microsoft, Source Analysis for C#. This tool is known internally within Microsoft as StyleCop, and has been used for many years now to help teams enforce a c... |
||||
| Chris | Microsoft Source Analysis for C# |
Not rated yet.
|
May 26, 2008 | |
Microsoft Release the first public release of an internal tool known as StyleCop, a source analyser which considers best practices for layout, readability, maintainability and documentation. Unlike FxCop, this tool is based on lo... |
||||
| vishnu | Microsoft Source Analysis for C# : Announcing the release... |
Not rated yet.
|
May 25, 2008 | |
