<PackageReference Include="Polly.Core" Version="8.7.0" />

Polly.Utils.TaskHelper

static class TaskHelper
namespace Polly.Utils { internal static class TaskHelper { public static TResult GetResult<[System.Runtime.CompilerServices.Nullable(2)] TResult>(this ValueTask<TResult> task); } }