roslyn-analyzers
roslyn-analyzers copied to clipboard
Avoid method calls as parameter for a methods
Investigate and apply 3rd-party popular analyzer, or create.
Originally posted by @ynsehoornenborg in https://github.com/philips-software/roslyn-analyzers/pull/159#discussion_r1045449283
I'm not aware of any 3rd-party having such Analyzer. Implementing doesn't seem too difficult, just report a Diagnostic
if an Method Invocation has a Ancestor of Method Invocation