Is there any c# source code scanner that will make sure all async function calls are prefixed with await? Visual Studio does not do it, nor does th
async
await