Closed Piedone closed 3 years ago
Thanks for finding it! Yes, It is indeed a false-positive.
I did a lot of changes for AsyncFixer01. Some of my changes fix that case as well. Let me know if you need a new release soon. I can have v1.4.2 ready by tomorrow.
Thank you for being so quick with this! Looks good to me. If you could release it sometime soon, even if not tomorrow, that would be awesome.
Sounds good!
1.5.0 fixed this and everything else too, thank you!
Consider the following code:
This causes an AsyncFixer01 violation for
OuterAsync()
though due toparameter
anawait
and thusasync
on the method are needed.Furthermore, if I hit Ctrl+. on
OuterAsync()
then I get this:Stack trace: