Sign in
Microsoft StyleCop
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
OK
Search
Tags
MSBuild Build
Pages
Archive
Archives
May 2010
(1)
April 2010
(2)
January 2010
(1)
August 2009
(3)
March 2009
(1)
November 2008
(1)
August 2008
(3)
July 2008
(1)
May 2008
(12)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft StyleCop
StyleCop 4.4
Posted
over 3 years ago
by
jasonall
StyleCop 4.4 Beta 1 is now available for download from http://stylecop.codeplex.com/ . This release provides full support for C# 4.0 syntax, and also provides integration into VS2010 and VS2008. We plan to leave this release in Beta for the next couple...
Microsoft StyleCop
StyleCop is going Open Source!
Posted
over 3 years ago
by
jasonall
I am very excited to announce that Microsoft has decided to take StyleCop Open Source under the MS-PL license. Specifically, this means that we will create a new project on CodePlex.com containing the full code base for StyleCop, and all future development...
Microsoft StyleCop
You’re welcome rickpastoor, you’re welcome
Posted
over 3 years ago
by
jasonall
http://twitpic.com/1cdur7
Microsoft StyleCop
StyleCop for Visual Studio 2010
Posted
over 3 years ago
by
jasonall
We have just released a new StyleCop BETA which is identical to the previous release except that it adds the ability to integrate into the Visual Studio 2010 shell. After installing this release, you should see the familiar StyleCop menus showing up in...
Microsoft StyleCop
Property Headers
Posted
over 4 years ago
by
jasonall
By default StyleCop comes with two rules which govern the summary documentation for properties, depending upon the types of accessors contained with the property. For example: /// <summary> /// Gets or sets the name of the customer. /// </summary>...
Microsoft StyleCop
Rule Suppressions
Posted
over 4 years ago
by
jasonall
Starting with StyleCop 4.3.2, it is possible to suppress the reporting of rule violations by adding suppression attributes within the source code. The syntax for these suppressions is similar to that for Visual Studio Code Analysis, or FxCop. For more...
Microsoft StyleCop
StyleCop update 4.3.2.1 is released
Posted
over 4 years ago
by
jasonall
I am pleased to announce that we’re released another build of StyleCop which includes multiple bugfixes as well as one significant new feature, the ability to insert in-code rule suppressions using the same attribute syntax as FxCop Code Analysis. For...
Microsoft StyleCop
StyleCop update 4.3.1.3 is released
Posted
over 4 years ago
by
jasonall
2
Comments
We have just released an update to StyleCop 4.3 which contains a number of bugfixes as well as a small number of new features. In particular: Ability to use <include> tags within Xml header documentation to pull docs from external files....
Microsoft StyleCop
Introducing StyleCop on Legacy Projects
Posted
over 5 years ago
by
jasonall
1
Comments
A number of people have asked for tips on rolling out StyleCop on a large, pre-existing codebase. This can prove challenging, since the tool will typically generate thousands of violations the first time it is run on existing code. For a large solution...
Microsoft StyleCop
StyleCop 4.3 SDK
Posted
over 5 years ago
by
jasonall
4
Comments
The SDK documentation for StyleCop 4.3 is now available for download, here: https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sourceanalysis&ReleaseId=1425 This documentation explains how to create and install custom StyleCop...
Microsoft StyleCop
StyleCop 4.3 Is Released
Posted
over 5 years ago
by
jasonall
34
Comments
The awaited StyleCop 4.3 update is now available. This update includes: Various bugfixes, including fixes for VS integration issues Rules documentation is included and integrated into VS "Show Error Help" New rules (more detail below) Branding...
Microsoft StyleCop
Clearing up Confusion
Posted
over 5 years ago
by
jasonall
4
Comments
There has been some confusion and a few mixed messages coming out of Microsoft since the release of StyleCop, most notably around extensibility support for the tool, and licensing. We've gotten a lot of great feedback from the community, and in the last...
Microsoft StyleCop
A Brief History Of C# Style
Posted
over 5 years ago
by
jasonall
34
Comments
A number of astute developers have noted that the C# code style enforced by Microsoft StyleCop differs in some ways from the style typically seen in sample code coming from the Microsoft Developer Division. For example, the very fine book Framework Design...
Microsoft StyleCop
StyleCop Build Integration
Posted
over 5 years ago
by
jasonall
1
Comments
The following article describes how to integrate StyleCop into the build, so that the tool will run automatically whenever a build is performed: http://blogs.msdn.com/sourceanalysis/pages/source-analysis-msbuild-integration.aspx
Microsoft StyleCop
Future Plans
Posted
over 5 years ago
by
jasonall
10
Comments
Since the release of StyleCop, many people have pointed out that a number of the rules enforced by the tool could be automatically corrected by the tool, without requiring the developer to do the corrections manually. As you might imagine, this functionality...
Microsoft StyleCop
Announcing the release of Microsoft StyleCop
Posted
over 5 years ago
by
jasonall
95
Comments
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...
Page 1 of 1 (16 items)