Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-analysis

What's the difference between Public variable and Public Property in VB.NET? (Code Analysis VS2010, CA1051 : Microsoft.Design)

How to understand code with vim?

vim code-analysis

Build server fails to load custom code analysis ruleset

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