Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fxcop

Why not expose List(Of String) in the parameters of web service in VB.NET? [duplicate]

c# .net vb.net list fxcop

IDispose and best practice [duplicate]

c# .net code-analysis fxcop

How to specify CodeAnalysisRules in MSBuild via commandline

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

CA1500 vs. SA1309 - Which one wins?

Exclude complete namespace from FxCop code analysis?

fxcop

Error in FxCop Phoenix analysis engine

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

fxcop

Nested using statements and Microsoft code Analyses

c# .net code-analysis fxcop

Are there any good workarounds for FxCop warning CA1006?

c# .net fxcop