Suppressing “warning CS4014: Because this call is not awaited, execution of the current method continues…” October 18, 2022 by Tarik With C# 7 you can now use discards: _ = WorkAsync();