Open kampilan opened 4 years ago
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
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