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

Constants

static class Constants
using System.Runtime.CompilerServices; namespace Polly.Utils { internal static class Constants { [System.Runtime.CompilerServices.Nullable(1)] public const string OptionsValidation = "This call validates the options using the data annotations attributes.\r\nMake sure that the options are included by adding the '[DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(OptionsType))]' attribute to the calling method."; } }