MrAdvice
MrAdvice copied to clipboard
Warning about async void
async void is the only signature supported for WinForm async event handlers and can't be changed to async Task. Is there a way to suppress this new warning? My logging advice works just fine with this type of method.
Thanks Jim