-
Notifications
You must be signed in to change notification settings - Fork 11
Issues: semihokur/AsyncFixer
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Parentheses are not added if a chained sync call is converted
#38
opened Jun 7, 2024 by
ChairmanMawh
Code is sometimes mangled if it is a sync call that is supplying a method argument
#37
opened Jun 1, 2024 by
ChairmanMawh
What's the preferred way to fix AsyncFixer02 warning when accessing task.Result after Task.WhenAll(tasks)?
#35
opened Sep 13, 2023 by
0liver
nameof(Task<object>.Result) should not trigger error AsyncFixer02
#30
opened Dec 18, 2022 by
jpiquot
CancellationTokenSource in using block inconsistently triggers AsyncFixer04
#28
opened Oct 12, 2022 by
evieeddins
AsyncFixer05 doesn't cover
return Task.Factory.StartNew(async () =>...);
#27
opened Aug 11, 2022 by
Falcz
delegate Task FooAsync()
is passed a Func<Task<T>>
hiding a bug
#26
opened Jul 28, 2022 by
johnterickson
Feature request: Prefer "await using" over "using" inside async methods
#14
opened Feb 14, 2021 by
devax
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.