ArxOne / MrAdvice

.NET aspect weaver (build task under NuGet package)
MIT License
311 stars 45 forks source link

Warning about async void #163

Open kampilan opened 4 years ago

kampilan commented 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