Closed ryanbuening closed 2 years ago
Having the same issue; event handlers require a void return type.
AppDomain.CurrentDomain.ProcessExit += async (_, _) =>
{
shutdownStarted.Set();
await shutdownComplete.WaitAsync();
};
Could we get a way to suppress these warning individually via comment?
Sorry about looking into this so late! I just fixed it and v1.6.1 will have the fix. I hope to release that in a week.
Hi @semihokur any news on this fix being released? Thanks for a great project, it is very helpful.
I have the following logic in my Blazor app. How could I resolve this AsyncFixer03 issue?