Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fxcop

Detect .NET Framework 3.5 SP1 Dependency (cmp. 3.5 w/o SP1)

fxcop custom rules - Avoid having more than one class per file

c# fxcop

Why does FxCop not report CA2000 for this trivial case of not-disposed class instance?

c# code-analysis fxcop

FxCop Abstract types should not have constructors when no new

.net vb.net fxcop abstract

FxCop can't resolve references

c# hudson fxcop fxcopcmd

Should we use FxCop on UnitTest assemblies?

.net unit-testing fxcop

Should I suppress CA1062: Validate arguments of public methods?

VS2010 code analysis. Suppress message CA1051:DoNotDeclareVisibleInstanceFields for all class members

C# Code Analysis dislikes protected static s_Foo (CA1709, CA1707)

Should I suppress CA2204: Literals should be spelled correctly?

CA1709 - Should we ignore this and use Db or DB?

How does one implement FxCop / static analysis on an existing code base

How to fail TFS build based on FXCop warning

FxCop for SQL Server - Tool to analyze SQL Server databases for potential issues

FxCop indirect reference to System.Core version 2.0.5.0

autofac fxcop

Any alternatives for code analysis in .net apart from FxCop?

c# .net code-analysis fxcop

Overriding Object.Equals() instance method in C#; now Code Analysis/FxCop warning CA2218: "should also redefine GetHashCode". Should I suppress this?

How to write Code Analysis (FxCop) rule to prevent a method call

.net fxcop

Automatically verify some threading restrictions? (C#)

c# multithreading fxcop