Fody / ConfigureAwait

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

IAsyncEnummerable method isn't modified #624

Open mortensp opened 3 months ago

mortensp commented 3 months ago

I have a simple c# file to demonstrate my problem:

`

image

Here only the second method get a ConfigureAsync(false). as seen here from IlSpy:

image