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

Polly.Timeout.TimeoutUtil

static class TimeoutUtil
namespace Polly.Timeout { internal static class TimeoutUtil { public const string TimeSpanInvalidMessage = "The '{0}' must be a positive TimeSpan (or Timeout.InfiniteTimeSpan to indicate no timeout)."; public static bool ShouldApplyTimeout(TimeSpan timeout); } }