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

FallbackConstants

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