Fody / ConfigureAwait

Configure async code's ConfigureAwait at a global level
MIT License
444 stars 36 forks source link

How to configure Fody? #621

Open curia-damiano opened 3 months ago

curia-damiano commented 3 months ago

Intro

I am suggesting my customer to use ConfigureAwayt.Fody to suppress all CA2007 warnings, but both of us aren't able to configure it correctly, apparently (or is there any bug?)

Repro

I attach a very minimal repro project in .NET 8. I think I've done everything is needed to configure ConfigureAwait.Fody, but I still get the CA2007 warning.

Requests