PreviousNext

Async code smells and how to track them down with analyzers - Part I

by cezarypiatek, 2020-10-13T18:47:26.692Z

Which analyzer packages should I use and which rules should be reported as errors? To help answer this question, I decided to start a blog post series that describes different code smells together with analyzers that can detect them. This episode is about analyzers related to asynchronous programming.

Read More