Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-analysis

How to tell whether an existing site is using WebGL?

General purpose plain-text linting tool

c# code-analysis lint

How to deal with enumeration 0 in C# (CA1008 discussion)

c# enums code-analysis

Detect the length of a lambda expression using Roslyn

c# lambda code-analysis roslyn

How to resolve Code Analysis - CA1720 for GUID datatype

How can I compare similar codebases?

c++ code-analysis

The difference between new VS code analysis options "Show compiler errors and warnings for:" and "Run background code analysis for:"

Find methods with most references

Question on Microsoft.CodeAnalysis.NetAnalyzers and FxCop analyzers

How to measure Class Coupling metric with SonarQube

How to exclude a directory from the code analysis?

sonarqube code-analysis

alias analysis vs. pointer analysis vs. points-to analysis

Looking for a free source code analyzer (Function depedency tree) [closed]

c++ c code-analysis

How to install the VS2019 CodeAnalyis tools using vs_BuildTools.exe

Tool to find copy/pasted code? [closed]

c# .net code-analysis

How to validate a parameter's type in method when using Roslyn

c# code-analysis roslyn

What tools and techniques do you use to find dead code? [closed]

When to use `silent` code analysis severity?