Visual Studio is showing this warning on every async task that I do not want to await. Why? I don't want to globally suppress all these warnings, because there may be instances I forget to await, but most of the time when this warning appears, it's because I'm intentionally not awaiting a task. What's the best response to these warnings?
