I want to mark as many of my test methods "static" as possible (why pay to instantiate an object you're never going to use?), so I turned on CA1822, and I'm surprised at the fact that it's only marking about half of the eligible methods.
#DotNet #CSharp #Roslyn