Simian counts errors in Jenkins dashboard but shows in details “No violation found”
Problem Jenkins dashboard shows following simian analysis: But after clicking one item I get: Solution My simian call was: .\tools\Simian\bin\simian-2.3.33.e...
Browse by term
Problem Jenkins dashboard shows following simian analysis: But after clicking one item I get: Solution My simian call was: .\tools\Simian\bin\simian-2.3.33.e...
Problem Normally I try to have my continuous integration as most a possible toolset free to ensure that no local stuff could have an impact to my build. My S...
Problem Our global Jenkins continuous integration server throws this error during compile step. My local TeamCity continuous integration server runs fine. Wh...
Problem A continuous integration server should only have a minimal toolset installed. This ensures that no unwanted libraries could affect the build and othe...
Toggeling the checkbox “Perform Runtime Contract Checking” lets run the next application start with the new set option. But for unit test an explicit new bui...
Today Patrick gives me a new license for his static code analysis tool NDepend for my fresh machine with Win7/64. This platform is new for me, so some things...
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...
StyleCop issues inheritedoc-comment Using <inheritdoc />-comment is not recognized by StyleCop. So this needs a suppression: // <inheritdoc /> [ SuppressMess...
Using a project-specific custom disctionary for FxCop and FxCop build tasks is very simple. The FxCopCmd call in the FxCop-target offers the parameter /dicti...
Renaming the default custom dictionary from CustomDictionary.xml to an other name – for instance FxCop.CustomDictionary.xml needs some additional changes to...
After installing VS2005 TE on my machine (which previously runs Visual Studio 2008 TE) all mixed projects (VS2005/VS2008 compatibility with TargetFramework=2...
if you see the following warnings in your code: You have two choices: deactivate the rule but this disables this rule for all documentations – also the wante...
Installing StyleCop for ReSharper under an administrative account does not activate this ReSharper plugin under my developer account. A system analysis show...
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...
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...
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...
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...
This error during compilation annoys me in a legacy project. Apparently because of performance issues the Visual Studio development team decided to limit the...