Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fxcop

Compare two fxcop results

fxcop

Is there a .Net StyleCop rule which warns about lock(this), lock(typeof, lock(<string obj>, etc.?

.net locking fxcop stylecop

Custom Rule in FxCop to only apply to methods called by particular type's method

FxCop: custom rule for checking assembly info values

c# fxcop fxcop-customrules

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

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

Exclude complete namespace from FxCop code analysis?

fxcop

Are there any good workarounds for FxCop warning CA1006?

c# .net fxcop