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

System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute

/// Indicates that the specified method requires dynamic access to code that is not referenced statically, for example through Reflection.
namespace System.Diagnostics.CodeAnalysis { internal sealed class RequiresUnreferencedCodeAttribute : Attribute { public string Message { get; } public string Url { get; set; } public RequiresUnreferencedCodeAttribute(string message); } }