<PackageReference Include="Polly.Core" Version="8.0.0-alpha.7" />

FallbackConstants

static class FallbackConstants
using System.Runtime.CompilerServices; namespace Polly.Fallback { internal static class FallbackConstants { [System.Runtime.CompilerServices.Nullable(1)] public const string OnFallback = "OnFallback"; } }