Async code smells and how to track them down with analyzers – Part I by @cezary_piatek cezarypiatek.github.io
Roslyn analyzers are great. Not only do they detect different issues in our code, but they are also able to propose solutions, thanks to accompanying code fixes. There’s one more, less-advertised aspect of analyzers: besides improving the quality of our codebase, they also improve the state of language knowledge in our teams.
Report Story
Leave Your Comment