Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fxcop

Making TeamCity FxCop build step cause a build fail if a rule is violated

teamcity fxcop

Code analysis rule CA1040: Avoid empty interfaces, complains on a non empty interface

How to get FxCop have the same set of rules as that of Visual Studio Code Analysis?

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)

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

CA1500 vs. SA1309 - Which one wins?

Exclude complete namespace from FxCop code analysis?

fxcop

Why does FxCop think initializing fields to the default value is bad?

fxcop

Are there any good workarounds for FxCop warning CA1006?

c# .net fxcop