nunit.analyzers
nunit.analyzers copied to clipboard
Analyzer and fix: make test method static.
Probably default disbled making it opt-in. Nice convenience for refactoring if nothing else.
Sounds like a nice addition, albeit I usually have instance test methods (too lazy to write the static :)).
@JohanLarsson FxCop analyzers already has rule CA1822 with similar behavior.