Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-analysis

In Clang, can I access the SourceManager when writing a custom ASTMatcher?

Setting fields on a exception while complying with CA 1032

c# code-analysis

Code Analysis warning CA2000: Call Dispose on object 'new ContainerControlledLifetimeManager()'

Understanding Egg Drop Algorithm for more than two eggs.

Can C# code be conditional on the compiler (or language) version? [closed]

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