To run or not run ConfigureAwait(false) with both services and activities with Xamarin Android ver 8, .net Standard
问题 I came across articles below regarding when and where to use ConfigureAwait(false) , but cannot get an answer. You Don’t Need ConfigureAwait(false), But Still Use It in Libraries, and UI apps. (e.g. Xamarin, WinForms etc) https://blog.stephencleary.com/2017/03/aspnetcore-synchronization-context.html This link says opposite answer Best practice to call ConfigureAwait for all server-side code When correctly use Task.Run and when just async-await My questions: Scenario 1 : The code below is