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
There's really no reason I can come up with one of these is marked with CA1822 and the other one isn't.