Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-analysis

Use code analysis with Visual Studio DNX project (.xproj)

FxCop - Use properties where appropriate

c# code-analysis fxcop

Can I suppress FX Cop code analysis violations globally?

Replace all variables in C# code with methods

c# code-analysis roslyn

Has anyone created any cool rules for FxCop/StyleCop?

What are the consequences of having (too) many namespaces?

c# namespaces code-analysis

Detecting use of register globals

php code-analysis

Run code analysis tool from command line in VS 2015

What does Visual Studio Code Analysis Lines of Code do with HTML, CSS and Javascript?

Reasoning behind ArrayIsStoredDirectly rule of PMD

CS8019 Error on Assemblyinfo on temp file MSBuild Server

Is there a custom FxCop rule that will detect unused PUBLIC methods?

Getting code statistics from big projects

Code analysis for dotnet core project in VS2017

New Sonar IntelliJ plugin incremental analysis and detection not working

How to determine maximum stack usage in embedded system?

How to prevent FxCop from analyzing auto-generated code?

CA2204 warning for mentioning type name in string literal

RunCodeAnalysis=true not working in command prompt (MSBuild)

Accessing an implemented abstract property in the constructor causes CA2214: Do not call overridable methods in constructors