dotnet/roslyn

Make method async : should "pull" await in the caller when possible

开放

#49,764 创建于 2020年12月3日

 (3 条评论) (1 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-IDEhelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

Brief description:

I am not sure I am in the correct place, so feel free to redirect me.

What I'd like when I use the refactoring "make a method async", is that all callers should automatically await my method (and propagate again to their callers if it was not alredy async, recursively)

Also, I understand that is is a convention to add "Async" suffix, but it will be ideal if it can be configured somewhere (because, at the moment, I just need to rename the method after it has been made async, but with recursion it can be a lot of renames ...)

Languages applicable:

C# (I don't know if it applies to other languages)

贡献者指南