Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fxcop

Disable Code Analysis output MSBuild

msbuild code-analysis fxcop

Sonarqube 5.4 custom rule for C#

c# sonarqube fxcop stylecop

Link to Microsoft coding standard/ best practices documentation?

asp.net .net fxcop

Are there any tools to perform a security analysis against .net desktop assemblies and excutables? [closed]

private void Dispose(bool)?

Can you turn off conditional compilation symbols from msbuild.exe command line?

msbuild code-analysis fxcop

FxCop: CA1033 - Microsoft's implementation of a ReadOnlyCollection violates this?

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

Why is Microsoft.CodeAnalysis published with ASP.NET Core website?