<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />

AsyncMethodBuilderAttribute

public sealed class AsyncMethodBuilderAttribute : Attribute
namespace System.Runtime.CompilerServices { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Delegate, Inherited = false, AllowMultiple = false)] public sealed class AsyncMethodBuilderAttribute : Attribute { public Type BuilderType { get; } public AsyncMethodBuilderAttribute(Type builderType) { BuilderType = builderType; } } }