1 min

Searching the new FxCop-Release (10.0)

Today my FxCop-GUI stated, that a new release is available – but the link to this release is broken. After googling a little bit i realized, that the new rel...

Code AnalysisTools
2 min

My own set of SuppressMessage-lines

StyleCop issues inheritedoc-comment Using <inheritdoc />-comment is not recognized by StyleCop. So this needs a suppression: // <inheritdoc /> [ SuppressMess...

Code AnalysisTools
2 min

Visual Studio 2005/2008 Code Analysis Error

After installing VS2005 TE on my machine (which previously runs Visual Studio 2008 TE) all mixed projects (VS2005/VS2008 compatibility with TargetFramework=2...

Code Analysis
1 min

Installing StyleCop for ReSharper

Installing StyleCop for ReSharper under an administrative account does not activate this ReSharper plugin under my developer account. A system analysis show...

Code AnalysisTools
1 min

AgentSmith: suppressing spell checking warnings

If AgentSmith throws a warning that some term is not spelled correctly for this term the spell checking could be suppressed with: //agentsmith spellcheck dis...

Code AnalysisTools
1 min

Using a custom dictionary in code analysis

see also Working with Microsoft FxCop As described in the previous post a custom dictionary could be referenced in a FxCop-call of a target by using the opti...

Code Analysis
2 min

Working with Microsoft FxCop

Run FxCop as a post build event Since FxCop 1.36 it is possible to include FxCop in a post-build event. So FxCop runs after compiling in Visual Studio and al...

Code AnalysisTools
1 min

ReSharper is not available

Today a colleague ask me to help. On his system all ReSharper menus are grayed out. Also the Visual Studio Add-In Manager does not show this add-in. He tried...

Code AnalysisTools