Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CS4014](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs4014) Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the await operator to the result of the call. I can't see a good reason when an app would intentionally not await a task, and suppressing the issue is very easy.
- Loading branch information