<PackageReference Include="Polly" Version="8.0.0-beta.2" />

TaskHelper

public static class TaskHelper
using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace Polly.Utilities { public static class TaskHelper { [System.Runtime.CompilerServices.Nullable(1)] public static Task EmptyTask = Task.CompletedTask; } }