Microsoft's free static analysis tool for analyzing .NET managed code assemblies.
I just wanted to download FxCop 1.36 but I can't find it in the internet. A few days ago FxCop 10 came …
installation fxcopI encountered this FxCop rule before and wasn't really content with how to solve violations (thread1, thread2). I now have …
c# .net fxcopIs it possible to exclude a complete namespace from all FxCop analysis while still analyzing the rest of the assembly …
fxcopI just tried FxCop. It does detect unused private methods, but not unused public. Is there a custom rule that …
.net code-analysis fxcop public-methodWanted to post this, even though I figured it out as I was writing the question. Will post answer below. …
c# visual-studio visual-studio-2015 fxcop c#-6.0While refactoring, moving around some assemblies around, etc. I compiled a solution in Visual Studio and got back a single …
c# visual-studio-2010 fxcopI'm trying to add Microsoft.CodeAnalysis.FXCopAnalyzers (latest stable version) to my ASP.NET project. When I install it via …
c# code-analysis fxcop analyzer microsoft.codeanalysisI am having trouble with FxCop warning CA1006, Microsoft.Design "DoNotNestGenericTypesInMemberSignatures". Specifically, I am designing a ReportCollection<T> …
c# .net fxcop