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

Constants

static class Constants
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."