Add a fix to wrap with unawaited
for unawaited and discarded Futures
#49262
Labels
devexp-quick-fix
Issues with analysis server (quick) fixes
legacy-area-analyzer
Use area-devexp instead.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
The
discarded_futures
andunawaited_futures
diagnostics could have a quick fix that wraps the discarded/unawaited future in a call tounawaited()
.See also #58747 and #34431.
The text was updated successfully, but these errors were encountered: