Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fxcop

FxCop / Code Analysis with VS2010 Ultimate

.NET [SuppressMessage] attributes in shipping assemblies fxcop

c# .net fxcop

Creating a readable FxCop report

c# .net fxcop

FxCop and Code Analysis Rules

CA1062: ValidateArgumentsOfPublicMethods on co-constructor calls

c# .net constructor fxcop ca1062

Doing .NET 4.0 static code analysis (FxCop) with VS 2010 Professional

Best way of using List<T> and exposing Collection<T>

c# web-services generics fxcop

How to silence fx cop warning CS0067?

code-analysis fxcop

How can the cyclomatic complexity be 27 in a method with 13 event handler subscriptions?

Treat Warnings as Errors has no effect

FX COP Could not resolve type reference: System.Windows.Input.ICommand

Why "Properties that return arrays are prone to code inefficiencies"?

oop performance fxcop

FxCop - Use properties where appropriate

c# code-analysis fxcop

How do you start with FxCop on legacy code?

legacy fxcop legacy-code

Has anyone created any cool rules for FxCop/StyleCop?

.NET Framework FxCop rule CA1401 PInvokesShouldNotBeVisible rule - why does this rule exist?

fxcop

How do you disable Roslyn Analyzers when using msbuild through the command line?

CS8019 Error on Assemblyinfo on temp file MSBuild Server

Is fxcop a valuable/effective tool for improving code quality? [closed]

c# fxcop

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