关于[Finding Async Method Calls Missing Await]的摘要:
I’ve run into this issue not only when migrating legacy projects to use async/await in C# .NET, but even just day to day on greenfields projects. The issue I’m talking about involves code that looks like so
原文地址: https://dotnetcoretutorials.com/2021/12/03/finding-async-method-calls-missing-await/